MANIFEST.in
README.rst
setup.py
src/accounts/__init__.py
src/accounts/admin.py
src/accounts/apps.py
src/accounts/forms.py
src/accounts/models.py
src/accounts/tests.py
src/accounts/urls.py
src/accounts/views.py
src/accounts/migrations/__init__.py
src/demo/__init__.py
src/demo/admin.py
src/demo/apps.py
src/demo/forms.py
src/demo/models.py
src/demo/signals.py
src/demo/tests.py
src/demo/urls.py
src/demo/views.py
src/demo/migrations/0001_initial.py
src/demo/migrations/0002_auto_20170915_1500.py
src/demo/migrations/0003_auto_20171003_1355.py
src/demo/migrations/__init__.py
src/demo/templatetags/__init__.py
src/demo/templatetags/demo_tags.py
src/profiles/__init__.py
src/profiles/admin.py
src/profiles/apps.py
src/profiles/auth.py
src/profiles/forms.py
src/profiles/models.py
src/profiles/signals.py
src/profiles/storage.py
src/profiles/tests.py
src/profiles/urls.py
src/profiles/utils.py
src/profiles/views.py
src/profiles/migrations/0001_initial.py
src/profiles/migrations/__init__.py
src/waves_demo/__init__.py
src/waves_demo/urls.py
src/waves_demo/wsgi.py
src/waves_demo.egg-info/PKG-INFO
src/waves_demo.egg-info/SOURCES.txt
src/waves_demo.egg-info/dependency_links.txt
src/waves_demo.egg-info/requires.txt
src/waves_demo.egg-info/top_level.txt
src/waves_demo/settings/__init__.py
src/waves_demo/settings/base.py
src/waves_demo/settings/development.py
src/waves_demo/settings/production.py