Skip to content

cesia-cora/cadmus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Badge Static Badge Static Badge

CADMUS | PERSONAL DIARY PROJECT

Cadmus is a web application made to publish and view your entries, like a personal diary/journal.

Features:

  • User creation
  • Post, view, edit and delete entries
  • Filter entries through years and months
  • Rich text formatting
  • Search bar
  • Save entries as PDF
  • Cute 3D images from Ouch!

Why "Cadmus"?

Cadmus is the greek god of literature and writing.

Installation and usage:

py -m pip install -r requirements.txt

py -m manage makemigrations

py -m manage migrate

py -m manage runserver

Create admin user:

py -m manage createsuperuser

Run tests:

py -m manage test cadmus

Components:

  • Built with Python framework Django
  • CSS framework Bulma for website design
  • Default database SQLite3
  • Rich text editor with CKEditor

About

Diary web app project with Django and SQLite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published