AriMeidan / Fantasy-Knesset

Fantasy Knesset is a web site for creating your own Knesst, a fantasy Knesset, and to match it to the existing Knesset.
GNU General Public License v3.0
2 stars 2 forks source link

Fantasy Knesset

This project is done in the framework of "Hackita". It is a web site for creating your own Knesset, a fantasy Knesset, and to match it against the existing one.

System description

Detailed description of the system, as well as future updates, are presented in the following document (only Hebrew for now).

Development

First, run the initial requirements and local database setup:

$ mkvirtualenv fknesset  # Using a Python virtualenv is highly recommended
$ pip install -r requirements.txt
$ python manage.py syncdb

Next, you can import some data using:

python manage.py populate_database

You now have a basic environment to work on :)