Go to file
j 3a7bc8b4f2 fix flex 2023-05-22 12:12:18 +02:00
app fix flex 2023-05-22 12:12:18 +02:00
etc base site for phantas.ma 2023-03-02 15:59:40 +01:00
geo fix geo 2021-10-28 19:25:00 +01:00
.editorconfig aab21 2021-09-28 15:10:22 +02:00
.gitignore use cdn 2021-10-27 17:35:55 +01:00
README.md cleanup 2023-03-02 16:26:25 +01:00
apt-requirements.txt include deployment files 2021-10-28 19:25:00 +01:00
manage.py only django<4 for now, support python3.10 2022-08-31 10:28:41 +02:00
requirements.txt only django<4 for now, support python3.10 2022-08-31 10:28:41 +02:00

README.md

Getting started:

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