-
Notifications
You must be signed in to change notification settings - Fork 1
2. Docs
Tirtharaj Sinha edited this page Feb 5, 2023
·
1 revision
python manage.py init
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
python manage.py runserver
If everything go accordingly and does not throw error you are mostly done.
Open Your web Browser and put http://127.0.0.1:5000
and press enter you should show see a welcome screen.
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
- To Know more run
python manage.py --help