No description
Find a file
2022-04-29 13:30:32 +01:00
app links 2022-04-29 13:30:32 +01:00
etc add etc 2021-11-12 17:03:13 +00:00
.editorconfig event timeline 2021-11-12 16:51:24 +00:00
.gitignore add media backend 2022-04-22 18:20:42 +01:00
manage.py fix manage.py 2022-04-22 18:07:32 +01:00
README.md event timeline 2021-11-12 16:51:24 +00:00
requirements.txt event timeline 2021-11-12 16:51:24 +00:00

Getting started:

python3 -m venv venv
./venv/bin/pip install -r requirements.txt
./manage.py migrate
./mange.py runserver