.gitignore
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
cli/__init__.py
cli/app.py
cli/click/__init__.py
cli/click/aliased.py
cli/click/combined.py
cli/click/discoverable.py
cli/commands/__init__.py
cli/commands/destroy/__init__.py
cli/commands/destroy/admin.py
cli/commands/destroy/fixture.py
cli/commands/destroy/form.py
cli/commands/destroy/main.py
cli/commands/destroy/manager.py
cli/commands/destroy/resource.py
cli/commands/destroy/serializer.py
cli/commands/destroy/signal.py
cli/commands/destroy/template.py
cli/commands/destroy/test.py
cli/commands/destroy/validator.py
cli/commands/destroy/view.py
cli/commands/destroy/viewset.py
cli/commands/destroy/helpers/__init__.py
cli/commands/destroy/helpers/resource_destroyer.py
cli/commands/docker/__init__.py
cli/commands/docker/main.py
cli/commands/generate/__init__.py
cli/commands/generate/admin.py
cli/commands/generate/fixture.py
cli/commands/generate/form.py
cli/commands/generate/main.py
cli/commands/generate/manager.py
cli/commands/generate/resource.py
cli/commands/generate/serializer.py
cli/commands/generate/signal.py
cli/commands/generate/template.py
cli/commands/generate/test.py
cli/commands/generate/validator.py
cli/commands/generate/view.py
cli/commands/generate/viewset.py
cli/commands/generate/helpers/__init__.py
cli/commands/generate/helpers/resource_generator.py
cli/commands/new/__init__.py
cli/commands/new/main.py
cli/commands/new/helpers/__init__.py
cli/commands/new/helpers/presets.py
cli/commands/run/__init__.py
cli/commands/run/main.py
cli/commands/run/helpers/__init__.py
cli/decorators/__init__.py
cli/decorators/cache.py
cli/decorators/count_calls.py
cli/decorators/lazy.py
cli/decorators/register.py
cli/decorators/set.py
cli/decorators/singleton.py
cli/decorators/template.py
cli/decorators/timed.py
cli/handlers/__init__.py
cli/handlers/generic_handler.py
cli/handlers/filesystem/__init__.py
cli/handlers/filesystem/directory.py
cli/handlers/filesystem/file_handler.py
cli/handlers/filesystem/git_handler.py
cli/handlers/filesystem/template.py
cli/handlers/filesystem/template_handler.py
cli/handlers/parser/__init__.py
cli/handlers/parser/config.py
cli/handlers/parser/field_handler.py
cli/handlers/parser/fields.py
cli/templates/__init__.py
cli/templates/example.tpl
cli/templates/app/LICENSE.tpl
cli/templates/app/MANIFEST.tpl
cli/templates/app/README.tpl
cli/templates/app/__init__.py
cli/templates/app/admin-init.tpl
cli/templates/app/api.tpl
cli/templates/app/apps.tpl
cli/templates/app/gitignore.tpl
cli/templates/app/init.tpl
cli/templates/app/router.tpl
cli/templates/app/routes.tpl
cli/templates/app/setup.tpl
cli/templates/app/setup_cfg.tpl
cli/templates/app/urls.tpl
cli/templates/project/README.tpl
cli/templates/project/__init__.py
cli/templates/project/app_json.tpl
cli/templates/project/celery.tpl
cli/templates/project/celery_init.tpl
cli/templates/project/celery_tasks.tpl
cli/templates/project/cli-config_json.tpl
cli/templates/project/cli-config_yaml.tpl
cli/templates/project/docker-compose.tpl
cli/templates/project/docker-entrypoint.tpl
cli/templates/project/dockerfile.tpl
cli/templates/project/dokku_checks.tpl
cli/templates/project/dokku_scale.tpl
cli/templates/project/env.tpl
cli/templates/project/github_ci.tpl
cli/templates/project/gitignore.tpl
cli/templates/project/pipfile.tpl
cli/templates/project/procfile.tpl
cli/templates/project/requirements.tpl
cli/templates/project/settings.tpl
cli/templates/project/storage.tpl
cli/templates/project/travis-yml.tpl
cli/templates/project/urls.tpl
cli/templates/resources/admin.tpl
cli/templates/resources/admin_inline.tpl
cli/templates/resources/fixture.tpl
cli/templates/resources/form.tpl
cli/templates/resources/manager.tpl
cli/templates/resources/model.tpl
cli/templates/resources/serializer.tpl
cli/templates/resources/signal.tpl
cli/templates/resources/sql_migration.tpl
cli/templates/resources/sql_model.tpl
cli/templates/resources/template.tpl
cli/templates/resources/template_create.tpl
cli/templates/resources/template_detail.tpl
cli/templates/resources/template_list.tpl
cli/templates/resources/template_update.tpl
cli/templates/resources/templatetag.tpl
cli/templates/resources/user_admin.tpl
cli/templates/resources/user_form.tpl
cli/templates/resources/user_model.tpl
cli/templates/resources/validator.tpl
cli/templates/resources/view.tpl
cli/templates/resources/view_create.tpl
cli/templates/resources/view_detail.tpl
cli/templates/resources/view_list.tpl
cli/templates/resources/view_update.tpl
cli/templates/resources/viewset.tpl
cli/templates/shared/LICENSE.tpl
cli/templates/shared/__init__.py
cli/templates/shared/bitbucket_pipelines.tpl
cli/templates/shared/ckeditor.tpl
cli/templates/shared/docker_compose.tpl
cli/templates/shared/docker_entrypoint.tpl
cli/templates/shared/dockerfile.tpl
cli/templates/shared/example.tpl
cli/templates/shared/gitignore.tpl
cli/templates/shared/identifier.tpl
cli/templates/shared/rest_framework.tpl
cli/templates/tests/model.tpl
cli/templates/tests/viewset.tpl
cli/utils/__init__.py
cli/utils/logger.py
cli/utils/sanitize.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
tests/__init__.py
tests/commands/__init__.py
tests/commands/new/__init__.py
tests/commands/new/test_create.py
tests/handlers/__init__.py
tests/handlers/filesystem/__init__.py
tests/handlers/filesystem/test_file_handler.py
tests/handlers/filesystem/test_template_handler.py
tests/utils/__init__.py
tests/utils/test_sanitize.py