LICENSE
MANIFEST.in
README.md
setup.py
app/__init__.py
app/admin.py
app/apps.py
app/frontend.py
app/models.py
app/tests.py
app/views.py
app/migrations/0001_initial.py
app/migrations/0002_alter_author_options.py
app/migrations/__init__.py
app/static/__init__.py
app/tests/__init__.py
app/tests/test_frontend.py
app2/__init__.py
app2/admin.py
app2/apps.py
app2/frontend.py
app2/models.py
app2/tests.py
app2/views.py
app2/migrations/0001_initial.py
app2/migrations/__init__.py
django_fast_frontend.egg-info/PKG-INFO
django_fast_frontend.egg-info/SOURCES.txt
django_fast_frontend.egg-info/dependency_links.txt
django_fast_frontend.egg-info/requires.txt
django_fast_frontend.egg-info/top_level.txt
frontend/__init__.py
frontend/accounts.py
frontend/apps.py
frontend/forms.py
frontend/frontend.py
frontend/tests.py
frontend/urls.py
frontend/views.py
frontend/migrations/__init__.py
frontend/sites/__init__.py
frontend/sites/abstract.py
frontend/sites/account.py
frontend/sites/config.py
frontend/sites/decorators.py
frontend/sites/mixin.py
frontend/sites/model.py
frontend/sites/site.py
frontend/static/img/django-fast-frontend-logo-full.PNG
frontend/static/img/django-fast-frontend-logo-text.PNG
frontend/static/img/django-fast-frontend-logo.png
frontend/templates/accounts/form.html
frontend/templates/frontend/_cards.html
frontend/templates/frontend/_filter_sort.html
frontend/templates/frontend/_form.html
frontend/templates/frontend/_pagination.html
frontend/templates/frontend/_search.html
frontend/templates/frontend/_table.html
frontend/templates/frontend/_toolbar.html
frontend/templates/frontend/base.html
frontend/templates/frontend/home.html
frontend/templates/frontend/site.html
frontend/templatetags/django_fast_frontend.py
project/__init__.py
project/asgi.py
project/settings.py
project/urls.py
project/wsgi.py