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
Simple Django app that can be used for training/onboarding
Initialize database and load migrations
- python manage.py migrate
Start server
- python manage.py runserver