Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 239 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 239 Bytes

PyNotes - Personal Notes

How to start:

python manage.py runserver

How to migrate:

python manage.py makemigrations
python manage.py migrate

How to add new app:

python manage.py startapp [users]