.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.rst
pylintrc
runtests.py
setup.py
tox.ini
django_hunger.egg-info/PKG-INFO
django_hunger.egg-info/SOURCES.txt
django_hunger.egg-info/dependency_links.txt
django_hunger.egg-info/requires.txt
django_hunger.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/example_app.rst
docs/index.rst
docs/make.bat
docs/quickstart.rst
docs/upgrade_v2.rst
docs/userflow.rst
example/manage.py
example/requirements.txt
example/example/__init__.py
example/example/settings.py
example/example/urls.py
example/example/views.py
example/example/wsgi.py
example/example/templates/base.html
example/example/templates/profile.html
example/example/templates/hunger/invalid.html
example/example/templates/hunger/invite_email.email
example/example/templates/hunger/invite_email.html
example/example/templates/hunger/invite_email.txt
example/example/templates/hunger/invite_email_subject.txt
example/example/templates/hunger/invite_sent.html
example/example/templates/hunger/not_in_beta.html
example/example/templates/hunger/request_invite.html
example/example/templates/hunger/verified.html
example/example/templates/registration/activate.html
example/example/templates/registration/activation_complete.html
example/example/templates/registration/activation_email.txt
example/example/templates/registration/activation_email_subject.txt
example/example/templates/registration/form.html
example/example/templates/registration/login.html
example/example/templates/registration/registration_complete.html
example/example/templates/registration/registration_form.html
hunger/__init__.py
hunger/admin.py
hunger/email.py
hunger/forms.py
hunger/middleware.py
hunger/models.py
hunger/urls.py
hunger/utils.py
hunger/views.py
hunger/migrations/0001_initial.py
hunger/migrations/__init__.py
hunger/templates/hunger/beta_confirm.email
hunger/templates/hunger/beta_confirm.html
hunger/templates/hunger/beta_confirm.txt
hunger/templates/hunger/invalid.html
hunger/templates/hunger/invite_email.email
hunger/templates/hunger/invite_email.html
hunger/templates/hunger/invite_email.txt
hunger/templates/hunger/invite_email_subject.txt
tests/__init__.py
tests/always_allow_views.py
tests/models.py
tests/tests.py
tests/urls.py
tests/views.py
tests/templates/default.html
tests/templates/hunger/invite_sent.html
tests/templates/hunger/verified.html
tests/templates/registration/login.html