Update README.md

Added a line for createsuperuser for newbies to django like me to be able to get past the initial login screen 🤣
This commit is contained in:
Bilal Aslam 2024-03-02 12:32:07 -05:00 committed by GitHub
parent 6c8bc0a1a5
commit 168a04b19c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,10 @@ SECRET_KEY=[YOUR_SECRET_KEY]
python manage.py migrate python manage.py migrate
``` ```
```bash
python manage.py createsuperuser
```
```bash ```bash
python manage.py runserver python manage.py runserver
``` ```