The backend app that powers my.mayday.us.
Report improvements/bugs at https://github.com/MayOneUS/teams/issues.
Please see https://github.com/MayOneUS/wiki/wiki/My-SuperPAC-design-doc.
cp config_NOCOMMIT_README config_NOCOMMIT.py
- download and setup Google App Engine for Python here
- Run this app with
dev_appserver.py .
- If you want to run MayOneUS/pledgeservice simultaneously, which you
will need to for testing submission of forms and other things, run this app on a separate port other than the
default 8080 to avoid port collisions. This can done by running
dev_appserver.py --port SOME_OTHER_FREE_PORT_LIKE_8081 .
.