Skip to content

Census Reporter is a Knight News Challenge-funded project to make it easier for journalists to write stories using information from the U.S. Census bureau.

Notifications You must be signed in to change notification settings

SaraSchnadt/censusreporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

censusreporter

Quick clone and setup. Assumes you have virtualenvwrapper installed.

>> mkvirtualenv census --no-site-packages
>> cd <your cloned repo dir>
>> pip install -r requirements.txt
>> add2virtualenv ./censusreporter
>> add2virtualenv ./censusreporter/apps

Make sure your virtualenv knows the proper DJANGO_SETTINGS_MODULE: >> workon census >> cdvirtualenv bin >> touch postactivate

Add this to your postactivate (changing 'dev' to 'prod' as appropriate):

export DJANGO_SETTINGS_MODULE='config.dev.settings'
echo "DJANGO_SETTINGS_MODULE set to $DJANGO_SETTINGS_MODULE"

Then fire it up:

>> cd <your cloned repo dir>
>> workon census
>> ./manage.py runserver

About

Census Reporter is a Knight News Challenge-funded project to make it easier for journalists to write stories using information from the U.S. Census bureau.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.0%
  • Python 37.9%
  • CSS 20.1%