Mipsters / ok2-backend

Backend code from OpenKnesset v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ok2-backend

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

instalition

  1. Make sure you installed python and add it to your PATH
  2. Clone/Fork repo
  3. 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 admin@example.com --username admin OK2

About

Backend code from OpenKnesset v2

License:MIT License


Languages

Language:Python 100.0%