718 B
718 B
Froide GovPlan
A Django app that allows tracking government plans. Deployed at: https://fragdenstaat.de/koalitionstracker/
Install stand-alone
Requires GDAL/Geos for GeoDjango.
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
./manage.py migrate
# Create admin user
./manage.py createsuperuser
./manage.py runserver
- Go to http://localhost:8000/admin/
- Setup a homepage in the CMS: http://localhost:8000/admin/cms/page/
- Setup a page (could be the homepage) and then choose under advanced setting the Govplan app as application.
- Publish that page
- Setup a government and plans via the admin.