SCPR repository to house an iterative Django project that will store and provide data for a series of projects dealing with accountability in the political process.
-
Bootstrapping the project for local development
-
Clone the project repository
git clone git@github.com:SCPR/accountability-tracker.git -
Change into the directory
cd accountability-tracker -
Assuming you're running Python 2.x and have virtualenv and virtualenvwrapper installed...
-
Create a new virtualenv and activate it
mkvirtualenv accountability-tracker workon accountability-tracker -
Install the project requirements
pip install -r requirements.txt -
Create a copy of
config.yml.templateand rename it asdevelopment.yml.development.ymlis ignored by default and should not be committed to the repository.cp config.yml.template development.yml -
Open
development.ymland fill out the necessary parameters -
Create your database and sync
-
Start the project's development server
-
-
-
Applications
-
ballot_initiatives -
cali_water -
election_profiles
-
maplight_finance
-
-
Project Development & Scoping