Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 688 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 688 Bytes

DiTo

Custom Diary and To-do list app made with django!

It enables you to:

  • Register your cherished memories in a digital format!
  • Manage your day to day tasks much more convinient manner!

Initialization

  1. Clone the app.

  2. Install the dependencies.
    pip3 install -r requirements.txt

  3. Make the required migrations. (Make sure you are in the directory of the cloned app.)
    python3 manage.py migrate

  4. Register yourself as a superuser.
    python3 manage.py createsuperuser

  5. Run the app!
    python3 manage.py runserver

Built with