This commit is contained in:
Marco Zeisler 2021-04-30 16:04:04 +02:00
parent 43c40d15cb
commit 32f032df83

View File

@ -14,9 +14,9 @@ $ cd ./app_be
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py makemigrations app_be
$ python manage.py migrate
$ python manage.py createsuperuser
$ (optional) python manage.py createsuperuser
$ python manage.py runserver
```