Compare commits
No commits in common. "a12dd0d02083b989a8d942e25ff381c6de22de3e" and "c7ddf8a4359acbf90798b29d45e8d96fe7efca51" have entirely different histories.
a12dd0d020
...
c7ddf8a435
|
@ -28,7 +28,5 @@ DEBUG = True
|
||||||
SECRET_KEY = 'what you want'
|
SECRET_KEY = 'what you want'
|
||||||
```
|
```
|
||||||
|
|
||||||
When you'll run `python manage.py migrate` then `python manage.py runserver`, an empty database will be automatically created.
|
When you'll run `python manage.py runserver`, an empty database will be automatically created.
|
||||||
The `local_settings.py` is in the `.gitignore` and should stay that way, so we don't accidentally overwrite the production file when we deploy.
|
The `local_settings.py` is in the `.gitignore` and should stay that way, so we don't accidentally overwrite the production file when we deploy.
|
||||||
|
|
||||||
To obtain administrator rights you can run `python manage.py createsuperuser`.
|
|
Loading…
Reference in New Issue