LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_make_app/__init__.py
django_make_app/exceptions.py
django_make_app/generators.py
django_make_app/io_utils.py
django_make_app/renderers.py
django_make_app/runner.py
django_make_app/schema.py
django_make_app/structure.py
django_make_app/utils.py
django_make_app.egg-info/PKG-INFO
django_make_app.egg-info/SOURCES.txt
django_make_app.egg-info/dependency_links.txt
django_make_app.egg-info/entry_points.txt
django_make_app.egg-info/pbr.json
django_make_app.egg-info/requires.txt
django_make_app.egg-info/top_level.txt
django_make_app/templates/__init__.py.jinja2.html
django_make_app/templates/admin.py.jinja2.html
django_make_app/templates/api.py.jinja2.html
django_make_app/templates/apps.py.jinja2.html
django_make_app/templates/checks.py.jinja2.html
django_make_app/templates/example.yaml
django_make_app/templates/forms.py.jinja2.html
django_make_app/templates/models.py.jinja2.html
django_make_app/templates/receivers.py.jinja2.html
django_make_app/templates/serializers.py.jinja2.html
django_make_app/templates/signals.py.jinja2.html
django_make_app/templates/tasks.py.jinja2.html
django_make_app/templates/urls.py.jinja2.html
django_make_app/templates/views.py.jinja2.html
django_make_app/templates/management/__init__.py.jinja2.html
django_make_app/templates/management/commands/__init__.py.jinja2.html
django_make_app/templates/management/commands/management_commands.jinja2.html
django_make_app/templates/migrations/__init__.py.jinja2.html
django_make_app/templates/templates/delete.jinja2.html
django_make_app/templates/templates/detail.jinja2.html
django_make_app/templates/templates/form.jinja2.html
django_make_app/templates/templates/list.jinja2.html
django_make_app/templates/templatetags/__init__.py.jinja2.html
django_make_app/templates/templatetags/template_tags.jinja2.html
django_make_app/templates/tests/__init__.py.jinja2.html
django_make_app/templates/tests/factories.py.jinja2.html
django_make_app/templates/tests/model_test.jinja2.html
tests/__init__.py
tests/test_dict_recursive_unpack.py
tests/test_generators.py
tests/test_io_utils.py
tests/test_renderers.py
tests/test_runner.py
tests/test_schema.py
tests/test_structure.py
tests/test_utils.py