Add initial django project

This commit is contained in:
aldrin 2021-04-12 09:55:30 +02:00
parent e885bc0671
commit c566b4a8bb
9 changed files with 218 additions and 0 deletions

View file

@ -1,2 +1,9 @@
# userausfall
## Run the development server
```shell
export DJANGO_SETTINGS_MODULE=userausfall.settings USERAUSFALL_SECRET_KEY=dev
python3 -m django migrate
python3 -m django runserver
```