This commit is contained in:
j 2023-03-02 16:26:25 +01:00
parent d27f4ac0c0
commit 4640b934cd
1 changed files with 0 additions and 1 deletions

View File

@ -4,6 +4,5 @@ Getting started:
python3 -m venv venv
./venv/bin/pip install -r requirements.txt
./manage.py migrate
./manage.py update_geoip
./mange.py runserver
```