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
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
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
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/.pytest_cache/.gitignore
frontend/.pytest_cache/CACHEDIR.TAG
frontend/.pytest_cache/README.md
frontend/.pytest_cache/v/cache/lastfailed
frontend/.pytest_cache/v/cache/nodeids
frontend/.pytest_cache/v/cache/stepwise
frontend/__pycache__/__init__.cpython-310.pyc
frontend/__pycache__/accounts.cpython-310.pyc
frontend/__pycache__/apps.cpython-310.pyc
frontend/__pycache__/forms.cpython-310.pyc
frontend/__pycache__/frontend.cpython-310.pyc
frontend/__pycache__/urls.cpython-310.pyc
frontend/__pycache__/views.cpython-310.pyc
frontend/migrations/__init__.py
frontend/migrations/__pycache__/__init__.cpython-310.pyc
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/sites/__pycache__/__init__.cpython-310.pyc
frontend/sites/__pycache__/abstract.cpython-310.pyc
frontend/sites/__pycache__/account.cpython-310.pyc
frontend/sites/__pycache__/config.cpython-310.pyc
frontend/sites/__pycache__/decorators.cpython-310.pyc
frontend/sites/__pycache__/mixin.cpython-310.pyc
frontend/sites/__pycache__/model.cpython-310.pyc
frontend/sites/__pycache__/site.cpython-310.pyc
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
frontend/templatetags/__pycache__/django_fast_frontend.cpython-310.pyc
project/__init__.py
project/asgi.py
project/settings.py
project/urls.py
project/wsgi.py