Skip to content
Snippets Groups Projects
Commit 065f0d1c authored by basdorea's avatar basdorea
Browse files

Update README.md add createsuperuser

parent 627bec72
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,12 @@ python manage.py migrate
```
Create a superuser Django
```bash
python manage.py createsuperuser
```
Launch server in local with remote access
```bash
......@@ -161,4 +167,6 @@ python manage.py runserver 0.0.0.0:8000
browse http://127.0.0.1:8000/
browse http://127.0.0.1:8000/admin to authenticate with superuser
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment