No description
Find a file
2023-02-03 16:57:31 +01:00
froide_govplan Add georegion to raw_id_fields for government admin 2023-02-03 16:57:31 +01:00
project Add basic project setup files 2023-02-03 15:43:58 +01:00
.gitignore Add basic project setup files 2023-02-03 15:43:58 +01:00
.pre-commit-config.yaml 🧑‍💻 Add pre-commit 2022-04-28 15:20:50 +02:00
docker-compose.yml Add basic project setup files 2023-02-03 15:43:58 +01:00
LICENSE Initial commit 2022-02-15 22:18:19 +01:00
manage.py Add basic project setup files 2023-02-03 15:43:58 +01:00
MANIFEST.in Initial commit 2022-02-15 22:18:19 +01:00
README.md Add basic project setup files 2023-02-03 15:43:58 +01:00
setup.cfg Adjust flake8 config 2022-08-11 14:37:11 +01:00
setup.py Add missing core dependencies to setup.py 2023-02-03 15:16:34 +01:00

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
  1. Go to http://localhost:8000/admin/
  2. Setup a homepage in the CMS: http://localhost:8000/admin/cms/page/
  3. Setup a page (could be the homepage) and then choose under advanced setting the Govplan app as application.
  4. Publish that page
  5. Setup a government and plans via the admin.