User account management for systemausfall.org https://git.hack-hro.de/systemausfall/userausfall
This repository has been archived on 2022-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-04-12 11:16:56 +02:00
userausfall Add basic api for account requests, refs #2 2021-04-12 11:16:56 +02:00
.gitignore Add initial django project 2021-04-12 09:55:30 +02:00
LICENSE Initial commit 2021-02-24 21:09:31 +01:00
README.md Add initial django project 2021-04-12 09:55:30 +02:00

userausfall

Run the development server

export DJANGO_SETTINGS_MODULE=userausfall.settings USERAUSFALL_SECRET_KEY=dev
python3 -m django migrate
python3 -m django runserver