Pamela Fox
commited on
Update README.md with src fix
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ This app comes with the built-in Django admin interface.
|
|
60 |
1. Create a superuser:
|
61 |
|
62 |
```
|
63 |
-
python3 manage.py createsuperuser
|
64 |
```
|
65 |
|
66 |
2. Restart the server and navigate to "/admin"
|
|
|
60 |
1. Create a superuser:
|
61 |
|
62 |
```
|
63 |
+
python3 src/manage.py createsuperuser
|
64 |
```
|
65 |
|
66 |
2. Restart the server and navigate to "/admin"
|