/political_memory

Life is too short, let's patch politic

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Build Status codecov.io

git clone git@github.com:political-memory/political_memory.git

cd political_memory

# Create a throwable virtualenv
virtualenv ve
source ve/bin/activate

# Install python requirements
pip install -r requirements.txt

# Create the local db
python manage.py migrate

# Install browser libs
bin/install_client_deps.sh

# In another terminal (don't forget to activate the venv)
./manage.py runserver