MANIFEST.in
README.md
pyproject.toml
setup.cfg
modern_django_starter/__init__.py
modern_django_starter/cli.py
modern_django_starter/generator.py
modern_django_starter.egg-info/PKG-INFO
modern_django_starter.egg-info/SOURCES.txt
modern_django_starter.egg-info/dependency_links.txt
modern_django_starter.egg-info/entry_points.txt
modern_django_starter.egg-info/requires.txt
modern_django_starter.egg-info/top_level.txt
modern_django_starter/templates/Dockerfile.j2
modern_django_starter/templates/README.md.j2
modern_django_starter/templates/asgi.py.j2
modern_django_starter/templates/docker-compose.yml.j2
modern_django_starter/templates/dockerignore.j2
modern_django_starter/templates/env.example.j2
modern_django_starter/templates/gitignore.j2
modern_django_starter/templates/manage.py.j2
modern_django_starter/templates/package.json.j2
modern_django_starter/templates/urls.py.j2
modern_django_starter/templates/vite.config.js.j2
modern_django_starter/templates/wsgi.py.j2
modern_django_starter/templates/.github/workflows/ci.yml.j2
modern_django_starter/templates/requirements/base.txt.j2
modern_django_starter/templates/requirements/development.txt.j2
modern_django_starter/templates/requirements/production.txt.j2
modern_django_starter/templates/settings/base.py.j2
modern_django_starter/templates/settings/development.py.j2
modern_django_starter/templates/settings/production.py.j2
modern_django_starter/templates/static/css/main.css.j2
modern_django_starter/templates/static/js/main.js.j2
modern_django_starter/templates/templates/base.html.j2
modern_django_starter/templates/templates/home.html.j2
modern_django_starter/templates/templates/account/login.html.j2
modern_django_starter/templates/templates/account/logout.html.j2
modern_django_starter/templates/templates/account/signup.html.j2
modern_django_starter/templates/templates/payments/cancel.html.j2
modern_django_starter/templates/templates/payments/checkout.html.j2
modern_django_starter/templates/templates/payments/orders.html.j2
modern_django_starter/templates/templates/payments/success.html.j2