Go to file
j 1e082c6786 remove bold italic 2022-09-27 11:50:38 +01:00
app remove bold italic 2022-09-27 11:50:38 +01:00
etc udpate systemd service 2021-11-22 21:24:39 +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 smaller font 2021-11-12 10:41:08 +00: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
./manage.py update_geoip
./manage.py load_titles
./mange.py runserver