.travis.yml
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
django_fastview.egg-info/PKG-INFO
django_fastview.egg-info/SOURCES.txt
django_fastview.egg-info/dependency_links.txt
django_fastview.egg-info/not-zip-safe
django_fastview.egg-info/requires.txt
django_fastview.egg-info/top_level.txt
fastview/__init__.py
fastview/constants.py
fastview/exceptions.py
fastview/forms.py
fastview/groups.py
fastview/permissions.py
fastview/static/fastview/.gitkeep
fastview/static/fastview/site.css
fastview/static/fastview/site.js
fastview/static/fastview/site.js.map
fastview/templates/fastview/base.html
fastview/templates/fastview/create.html
fastview/templates/fastview/delete.html
fastview/templates/fastview/detail.html
fastview/templates/fastview/list.html
fastview/templates/fastview/update.html
fastview/views/__init__.py
fastview/views/display.py
fastview/views/generics.py
fastview/views/inlines.py
fastview/views/mixins.py
fastview/views/objects.py
tests/__init__.py
tests/conftest.py
tests/fixtures.py
tests/makemigrations.py
tests/test_groups.py
tests/test_inlines.py
tests/test_javascript.py
tests/test_permissions.py
tests/app/__init__.py
tests/app/models.py
tests/app/urls.py
tests/app/migrations/0001_initial.py
tests/app/migrations/__init__.py
tests/app/templates/base.html