Go to file
j 108aa4a710 into/postscript => about/imprint 2022-05-03 13:13:07 +01:00
app into/postscript => about/imprint 2022-05-03 13:13:07 +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
README.md event timeline 2021-11-12 16:51:24 +00:00
manage.py fix manage.py 2022-04-22 18:07:32 +01:00
requirements.txt event timeline 2021-11-12 16:51:24 +00:00

README.md

Getting started:

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