.gitignore
LICENSE.txt
MANIFEST.in
README.md
app.py
setup.cfg
setup.py
django_clite/__init__.py
django_clite.egg-info/PKG-INFO
django_clite.egg-info/SOURCES.txt
django_clite.egg-info/dependency_links.txt
django_clite.egg-info/entry_points.txt
django_clite.egg-info/not-zip-safe
django_clite.egg-info/requires.txt
django_clite.egg-info/top_level.txt
django_clite/cli/__init__.py
django_clite/cli/commands/__init__.py
django_clite/cli/commands/base_helper.py
django_clite/cli/commands/creator/__init__.py
django_clite/cli/commands/creator/main.py
django_clite/cli/commands/creator/helper/__init__.py
django_clite/cli/commands/creator/helper/create.py
django_clite/cli/commands/creator/helper/identifier.py
django_clite/cli/commands/destroyer/__init__.py
django_clite/cli/commands/destroyer/main.py
django_clite/cli/commands/destroyer/helpers/__init__.py
django_clite/cli/commands/generator/__init__.py
django_clite/cli/commands/generator/main.py
django_clite/cli/commands/generator/helpers/__init__.py
django_clite/cli/commands/generator/helpers/admin_helper.py
django_clite/cli/commands/generator/helpers/form_helper.py
django_clite/cli/commands/generator/helpers/manager_helper.py
django_clite/cli/commands/generator/helpers/model_helper.py
django_clite/cli/commands/generator/helpers/serializer_helper.py
django_clite/cli/commands/generator/helpers/sql_helper.py
django_clite/cli/commands/generator/helpers/template_helper.py
django_clite/cli/commands/generator/helpers/test_helper.py
django_clite/cli/commands/generator/helpers/view_helper.py
django_clite/cli/commands/generator/helpers/viewset_helper.py
django_clite/cli/commands/run/__init__.py
django_clite/cli/commands/run/main.py
django_clite/cli/commands/run/helpers/__init__.py
django_clite/cli/commands/run/helpers/base_run_helper.py
django_clite/cli/commands/run/helpers/build_helper.py
django_clite/cli/commands/run/helpers/docker_helper.py
django_clite/cli/commands/run/helpers/environment_helper.py
django_clite/cli/commands/run/helpers/fixture_helper.py
django_clite/cli/commands/run/helpers/migration_helper.py
django_clite/cli/commands/run/helpers/server_helper.py
django_clite/cli/templates/__init__.py
django_clite/cli/templates/admin.py
django_clite/cli/templates/docker.py
django_clite/cli/templates/env.py
django_clite/cli/templates/form.py
django_clite/cli/templates/manager.py
django_clite/cli/templates/model.py
django_clite/cli/templates/pipfile.py
django_clite/cli/templates/requirements.py
django_clite/cli/templates/route.py
django_clite/cli/templates/router.py
django_clite/cli/templates/serializer.py
django_clite/cli/templates/settings.py
django_clite/cli/templates/template.py
django_clite/cli/templates/test.py
django_clite/cli/templates/travis.py
django_clite/cli/templates/urls.py
django_clite/cli/templates/view.py
django_clite/cli/templates/viewset.py
django_clite/cli/templates/dokku/__init__.py
django_clite/cli/templates/git_repo/__init__.py
django_clite/cli/templates/git_repo/bitbucket.py
django_clite/cli/templates/git_repo/gitignore.py
django_clite/cli/templates/git_repo/readme.py
tests/conftest.py
tests/creator/test_new_app.py
tests/creator/test_new_project.py
tests/destroyer/test_admin.py
tests/destroyer/test_form.py
tests/destroyer/test_model.py
tests/destroyer/test_resource.py
tests/destroyer/test_serializer.py
tests/destroyer/test_template.py
tests/destroyer/test_view.py
tests/destroyer/test_viewset.py
tests/generator/test_admin.py
tests/generator/test_form.py
tests/generator/test_model.py
tests/generator/test_resource.py
tests/generator/test_serializer.py
tests/generator/test_template.py
tests/generator/test_view.py
tests/generator/test_viewset.py