Add initial django project
This commit is contained in:
parent
e885bc0671
commit
c566b4a8bb
9 changed files with 218 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Reference in a new issue