You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run this project
python manage.py syncdb # do this just once. Create all the database
python manage.py runserver # Run the project. Start a server on localhost (default port: 8000)