Skip to content

censusreporter/census-mockups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

census-mockups

Starting to build out some page skeletons here, using importd to run things through a little local server. (This gives us access to Django template tricks and some Python processing, and will help avoid domain issues when we start using D3 to play with data.)

To run locally:

>> git clone [email protected]:censusreporter/census-mockups.git
>> cd census-mockups
>> mkvirtualenv census --no-site-packages
>> workon census
>> pip install -r requirements.txt
>> python demo.py
>> open http://localhost:8000/profile/

Releases

No releases published

Packages

No packages published