Skip to content

hasadna/ok2-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages