LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
create_django_inertia.egg-info/PKG-INFO
create_django_inertia.egg-info/SOURCES.txt
create_django_inertia.egg-info/dependency_links.txt
create_django_inertia.egg-info/entry_points.txt
create_django_inertia.egg-info/requires.txt
create_django_inertia.egg-info/top_level.txt
django_inertia_starter/__init__.py
django_inertia_starter/cli.py
django_inertia_starter/commands/__init__.py
django_inertia_starter/commands/startproject.py
django_inertia_starter/generators/__init__.py
django_inertia_starter/generators/base_generator.py
django_inertia_starter/generators/django_generator.py
django_inertia_starter/generators/frontend_generator.py
django_inertia_starter/templates/config/.env.example.j2
django_inertia_starter/templates/config/.gitignore.j2
django_inertia_starter/templates/config/requirements.txt.j2
django_inertia_starter/templates/django/__init__.py.j2
django_inertia_starter/templates/django/asgi.py.j2
django_inertia_starter/templates/django/manage.py.j2
django_inertia_starter/templates/django/settings.py.j2
django_inertia_starter/templates/django/urls.py.j2
django_inertia_starter/templates/django/views.py.j2
django_inertia_starter/templates/django/wsgi.py.j2
django_inertia_starter/templates/django/apps/home/__init__.py.j2
django_inertia_starter/templates/django/apps/home/admin.py.j2
django_inertia_starter/templates/django/apps/home/apps.py.j2
django_inertia_starter/templates/django/apps/home/models.py.j2
django_inertia_starter/templates/django/apps/home/tests.py.j2
django_inertia_starter/templates/django/apps/home/urls.py.j2
django_inertia_starter/templates/django/apps/home/views.py.j2
django_inertia_starter/templates/django/apps/home/migrations/__init__.py.j2
django_inertia_starter/templates/frontend/index.html.j2
django_inertia_starter/templates/frontend/package.json.j2
django_inertia_starter/templates/frontend/postcss.config.mjs.j2
django_inertia_starter/templates/frontend/tailwind.config.js.j2
django_inertia_starter/templates/frontend/vite.config.js.j2
django_inertia_starter/templates/frontend/css/app.css.j2
django_inertia_starter/templates/frontend/react/main.tsx.j2
django_inertia_starter/templates/frontend/react/components/ThemeToggle.tsx.j2
django_inertia_starter/templates/frontend/react/lib/inertia.ts.j2
django_inertia_starter/templates/frontend/react/pages/home/page.tsx.j2
django_inertia_starter/templates/frontend/typescript/tsconfig.json.j2
django_inertia_starter/templates/frontend/typescript/tsconfig.node.json.j2
django_inertia_starter/templates/frontend/typescript/vue-env.d.ts.j2
django_inertia_starter/templates/frontend/vue/main.ts.j2
django_inertia_starter/templates/frontend/vue/components/ThemeToggle.vue.j2
django_inertia_starter/templates/frontend/vue/lib/inertia.ts.j2
django_inertia_starter/templates/frontend/vue/pages/home/page.vue.j2
django_inertia_starter/templates/templates/base.html.j2
django_inertia_starter/utils/__init__.py
django_inertia_starter/utils/file_utils.py
django_inertia_starter/utils/helpers.py
django_inertia_starter/utils/validators.py