README.md
pyproject.toml
django_drfkit.egg-info/PKG-INFO
django_drfkit.egg-info/SOURCES.txt
django_drfkit.egg-info/dependency_links.txt
django_drfkit.egg-info/entry_points.txt
django_drfkit.egg-info/requires.txt
django_drfkit.egg-info/top_level.txt
drfkit/__init__.py
drfkit/cli.py
drfkit/commands/__init__.py
drfkit/commands/app.py
drfkit/commands/new.py
drfkit/core/__init__.py
drfkit/core/renderer.py
drfkit/templates/app/__init__.py.j2
drfkit/templates/app/admin.py.j2
drfkit/templates/app/apps.py.j2
drfkit/templates/app/models.py.j2
drfkit/templates/app/serializers.py.j2
drfkit/templates/app/tests.py.j2
drfkit/templates/app/urls.py.j2
drfkit/templates/app/views.py.j2
drfkit/templates/project/asgi.py.j2
drfkit/templates/project/env.j2
drfkit/templates/project/manage.py.j2
drfkit/templates/project/urls.py.j2
drfkit/templates/project/wsgi.py.j2
drfkit/templates/project/requirements/base.txt.j2
drfkit/templates/project/settings/__init__.py.j2
drfkit/templates/project/settings/base.py.j2
drfkit/templates/project/settings/dev.py.j2
drfkit/templates/project/settings/prod.py.j2
drfkit/utils/__init__.py
drfkit/utils/template.py