LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
fastjango/__init__.py
fastjango/http.py
fastjango/urls.py
fastjango.egg-info/PKG-INFO
fastjango.egg-info/SOURCES.txt
fastjango.egg-info/dependency_links.txt
fastjango.egg-info/entry_points.txt
fastjango.egg-info/requires.txt
fastjango.egg-info/top_level.txt
fastjango/templates/app_template/__init__.py
fastjango/templates/app_template/models.py
fastjango/templates/app_template/routes.py
fastjango/templates/app_template/schemas.py
fastjango/templates/app_template/services.py
fastjango/templates/app_template/tests/__init__.py
fastjango/templates/app_template/tests/test_models.py
fastjango/templates/app_template/tests/test_routes.py
fastjango/templates/project_template/manage.py
fastjango/templates/project_template/requirements.txt
fastjango/templates/project_template/{{project_name}}/__init__.py
fastjango/templates/project_template/{{project_name}}/asgi.py
fastjango/templates/project_template/{{project_name}}/settings.py
fastjango/templates/project_template/{{project_name}}/urls.py
fastjango/templates/project_template/{{project_name}}/wsgi.py
fastjango/templates/project_template/{{project_name}}/api/__init__.py
fastjango/templates/project_template/{{project_name}}/api/urls.py
tests/test_app_conf.py
tests/test_cli.py
tests/test_forms.py
tests/test_http.py
tests/test_middleware.py
tests/test_settings.py
tests/test_templates.py
tests/test_url_conf.py
tests/test_url_resolver.py
tests/test_urls.py