No description
app | ||
.editorconfig | ||
.gitignore | ||
geo | ||
manage.py | ||
README.md | ||
requirements.txt |
Getting started:
python3 -m venv venv
./venv/bin/pip install -r requirements.txt
./manage.py migrate
./manage.py load_titles
./mange.py runserver