Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 192 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 192 Bytes

Managing Books in book store with Django App

use:

python3 manage.py makemigrations;
python3 manage.py migrate;
python3 manage.py createsuperuser;
python3 manage.py runserver;