Skip to content

veeklab/corruption_tracker

 
 

Repository files navigation

Corruption tracker

Corruption tracker lets you make cases of corruption and professionally unfit of civil servant public and as result track the level of it in public institutions

eb784ad32cdb4763b17b996ecdac3fa4 nqbvcy2

Prerequisites

Python 3.4
Memcached

Quickstart

Create a virtual environment

virtualenv --python=/usr/bin/python3.4 ctracker
source ctracker/bin/activate

Install dependencies and project

git clone git@github.com:autogestion/corruption_tracker.git
cd YOUR_SOURCE_DIR
pip install -r requirements.txt

Create a default local settings file

cp corruption_tracker/local_settings.py.sample  corruption_tracker/local_settings.py

Create the tables

python manage.py syncdb
python manage.py initiate_db

Start the server

python manage.py runserver 0.0.0.0:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.4%
  • HTML 23.0%
  • JavaScript 17.5%
  • CSS 4.1%