Installation

Installing module code

You can install app using package manager directly from github:

$ pip install -e git://github.com/cypreess/django-plans.git#egg=django-plans

For integration instruction please see section Integration.

Running example project

Clone git repository to your current directory:

$ git clone git://github.com/cypreess/django-plans.git

Optionally create virtual environment and get required packages to run example project:

$ cd django-plans/demo/
$ pip install -r requirements.txt

Initialize example project database:

$ cd ..
$ python manage.py syncdb
[...]
Would you like to create one now? (yes/no): no
[...]

Initial example data will be loaded automatically.

Start development web server:

$ python manage.py runserver

Visit http://localhost:8000/