Skip to content

michaelhowden/fb-voterreg

 
 

Repository files navigation

fb-voterreg

Facebook app for voter registration

Instructions for developing locally

Want to develop locally? Easy! Here are the steps:

Other nice utilities for developing

  • Want to clear one user's data? No problem:

      ./manage.py clearuser "Holmes Wilson"
    

    Username must match one from Facebook. From Heroku, this is:

      heroku run 'python manage.py clearuser "Holmes Wilson"'
    

Heroku Deploy (staging)

git remote add staging git@heroku.com:voterreg-facebook-staging.git


git push staging master
heroku run --app=voterreg-facebook-staging ./manage.py collectstatic

About

Facebook app for voter registration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.7%
  • CSS 15.6%
  • JavaScript 5.7%