.gitignore
LICENSE
README.md
manage.py
requirements.txt
setup.cfg
setup.py
crowdao/__init__.py
crowdao/admin.py
crowdao/beacon.py
crowdao/bitcoin.py
crowdao/cc_stripe.py
crowdao/currency.py
crowdao/forms.py
crowdao/paypal.py
crowdao/urls.py
crowdao/utils.py
crowdao/views.py
crowdao/wsgi.py
crowdao.egg-info/PKG-INFO
crowdao.egg-info/SOURCES.txt
crowdao.egg-info/dependency_links.txt
crowdao.egg-info/requires.txt
crowdao.egg-info/top_level.txt
crowdao.egg-info/version.txt
crowdao/locale/it/LC_MESSAGES/django.po
crowdao/migrations/0001_initial.py
crowdao/migrations/0002_auto_20161004_0351.py
crowdao/migrations/0003_order_charge_id.py
crowdao/migrations/0004_auto_20161011_0901.py
crowdao/migrations/0005_page.py
crowdao/migrations/__init__.py
crowdao/models/__init__.py
crowdao/models/campaign.py
crowdao/models/order.py
crowdao/models/page.py
crowdao/models/reward.py
crowdao/static/css/bootstrap.min.css
crowdao/static/css/font-awesome.min.css
crowdao/static/css/style.css
crowdao/static/font/FontAwesome.otf
crowdao/static/font/fontawesome-webfont.eot
crowdao/static/font/fontawesome-webfont.svg
crowdao/static/font/fontawesome-webfont.ttf
crowdao/static/font/fontawesome-webfont.woff
crowdao/static/img/logo.png
crowdao/static/js/bootstrap.min.js
crowdao/static/js/fund.js
crowdao/static/js/jquery-1.10.2.min.js
crowdao/static/js/jquery.fitvids.js
crowdao/static/js/jquery.payment.js
crowdao/static/js/payment.js
crowdao/templates/base.html
crowdao/templates/comments.html
crowdao/templates/error.html
crowdao/templates/form-base.html
crowdao/templates/home.html
crowdao/templates/notify.txt
crowdao/templates/page.html
crowdao/templates/update.txt
crowdao/templates/updates.html
crowdao/templates/pages/about.html
crowdao/templates/payment/bc.html
crowdao/templates/payment/cc.html
crowdao/templates/payment/choose.html
crowdao/templates/payment/confirm.html
crowdao/templates/payment/pp.html
crowdao/templates/payment/success.html
crowdao/templatetags/__init__.py
crowdao/templatetags/currency.py
crowdao/tests/__init__.py
crowdao/tests/common.py
crowdao/tests/test_beacon.py
crowdao/tests/test_pages.py
crowdao/tests/test_selenium.py
crowdao/tests/test_stripe_integration.py