This is the backend of Open Knesset v2.0 repository. You can read more about the general idea in this document כנסת פתוחה הדור הבא
Also in the frontend repo
- Make sure you installed python and add it to your PATH
- Clone/Fork repo
- Run in the ok2-backend folder:
pip install -r requirements.txt
(only once after pull)manage.py migrate
to install database (only once after pull)python manage.py makemigrations
to install database (only once after pull)manage.py runserver
(to run localhost 8000 as)
- create super user:
python manage.py createsuperuser --email [email protected] --username admin