update readme

This commit is contained in:
Pawel Kowalski 2018-08-08 10:13:37 +02:00
parent 575e8e2bd7
commit 2b9b77f4bb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Sources
* Migrate databases: `pipenv run python manage.py migrate`
* Create super user: `pipenv run python manage.py createsuperuser`
* Run: `pipenv run python manage.py runserver`
* Dummy data: `pipenv run python manage.py dummy_data` (restart the development server afterwards)
* Dummy data: `pipenv run python manage.py dummy_data` (restart the development server afterwards) Recreates the db with test data and new superuser: test/test
#### Notes