Home > ivotecoz

ivotecoz

Ivotecoz is a project mainly written in JAVASCRIPT and PYTHON, it's free.

Django source for upcoming election promotion site

Introduction

Grab source:

git clone [email protected]:gandalfar/ivotecoz.git

Create Python virtual environment and activate it:

cd ivotecoz
virtualenv --no-site-packages --python=/usr/bin/python2.6 .
source bin/activate

Install dependencies:

python setup.py develop

Copy over default settings:

cd ivotecoz
cp localsettings.py.example localsettings.py

Create the (default is Sqlite3) database:

./manage.py syncdb

Start the development server:

./manage.py runserver
Previous:extensional