Update 'README.md'

This commit is contained in:
jens 2020-09-11 15:33:07 +00:00
parent ec1b972f8b
commit e3e858780f
1 changed files with 0 additions and 4 deletions

View File

@ -68,10 +68,6 @@ DATABASES = {
clear migrations and start from empty db
```
rm inventory/migrations/* -rf
python3 manage.py migrate
python3 manage.py createsuperuser
python3 ./manage.py collectstatic
```