LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
django_rest_cli/__init__.py
django_rest_cli/settings.py
django_rest_cli/engine/__init__.py
django_rest_cli/engine/exceptions.py
django_rest_cli/engine/file_api.py
django_rest_cli/engine/paths.py
django_rest_cli/engine/utils.py
django_rest_cli/engine/cli/__init__.py
django_rest_cli/engine/cli/cli_commands.py
django_rest_cli/engine/cli/input_validators.py
django_rest_cli/engine/cli/main.py
django_rest_cli/engine/cli/mixins.py
django_rest_cli/engine/commands/__init__.py
django_rest_cli/engine/commands/add_crud.py
django_rest_cli/engine/commands/base.py
django_rest_cli/engine/commands/start_apps.py
django_rest_cli/engine/commands/start_project.py
django_rest_cli/engine/templates/__init__.py
django_rest_cli/engine/templates/serializers_template.py
django_rest_cli/engine/templates/url_template.py
django_rest_cli/engine/templates/view_template.py
django_rest_cli/engine/templates/__pycache__/__init__.cpython-38.pyc
django_rest_cli/engine/templates/__pycache__/serializers_template.cpython-38.pyc
django_rest_cli/engine/templates/__pycache__/url_template.cpython-38.pyc
django_rest_cli/engine/templates/__pycache__/view_template.cpython-38.pyc
django_rest_cli/engine/templates/advanced_project_template/.gitignore
django_rest_cli/engine/templates/advanced_project_template/.pre-commit-config.yaml
django_rest_cli/engine/templates/advanced_project_template/Dockerfile
django_rest_cli/engine/templates/advanced_project_template/compose.py-tpl
django_rest_cli/engine/templates/advanced_project_template/manage.py-tpl
django_rest_cli/engine/templates/advanced_project_template/readme.py-tpl
django_rest_cli/engine/templates/advanced_project_template/requirements-dev.txt
django_rest_cli/engine/templates/advanced_project_template/requirements.txt
django_rest_cli/engine/templates/advanced_project_template/secrets.py-tpl
django_rest_cli/engine/templates/advanced_project_template/setup.py-tpl
django_rest_cli/engine/templates/advanced_project_template/authentication/__init__.py
django_rest_cli/engine/templates/advanced_project_template/authentication/admin.py
django_rest_cli/engine/templates/advanced_project_template/authentication/apps.py
django_rest_cli/engine/templates/advanced_project_template/authentication/models.py
django_rest_cli/engine/templates/advanced_project_template/authentication/urls.py
django_rest_cli/engine/templates/advanced_project_template/authentication/views.py
django_rest_cli/engine/templates/advanced_project_template/project_name/__init__.py
django_rest_cli/engine/templates/advanced_project_template/project_name/asgi.py-tpl
django_rest_cli/engine/templates/advanced_project_template/project_name/settings.py-tpl
django_rest_cli/engine/templates/advanced_project_template/project_name/urls.py-tpl
django_rest_cli/engine/templates/advanced_project_template/project_name/wsgi.py-tpl
django_rest_cli/engine/templates/advanced_project_template/users/__init__.py
django_rest_cli/engine/templates/advanced_project_template/users/admin.py
django_rest_cli/engine/templates/advanced_project_template/users/apps.py
django_rest_cli/engine/templates/advanced_project_template/users/models.py
django_rest_cli/engine/templates/app_template/__init__.py
django_rest_cli/engine/templates/app_template/apps.py-tpl
django_rest_cli/engine/templates/app_template/models.py-tpl
django_rest_cli/engine/templates/app_template/migrations/__init__.py
django_rest_cli/engine/templates/basic_project_template/.gitignore
django_rest_cli/engine/templates/basic_project_template/manage.py-tpl
django_rest_cli/engine/templates/basic_project_template/readme.py-tpl
django_rest_cli/engine/templates/basic_project_template/requirements.txt
django_rest_cli/engine/templates/basic_project_template/secrets.py-tpl
django_rest_cli/engine/templates/basic_project_template/project_name/__init__.py
django_rest_cli/engine/templates/basic_project_template/project_name/asgi.py-tpl
django_rest_cli/engine/templates/basic_project_template/project_name/settings.py-tpl
django_rest_cli/engine/templates/basic_project_template/project_name/urls.py-tpl
django_rest_cli/engine/templates/basic_project_template/project_name/wsgi.py-tpl
django_rest_cli/engine/templates/medior_project_template/.gitignore
django_rest_cli/engine/templates/medior_project_template/.pre-commit-config.yaml
django_rest_cli/engine/templates/medior_project_template/manage.py-tpl
django_rest_cli/engine/templates/medior_project_template/readme.py-tpl
django_rest_cli/engine/templates/medior_project_template/requirements-dev.txt
django_rest_cli/engine/templates/medior_project_template/requirements.txt
django_rest_cli/engine/templates/medior_project_template/secrets.py-tpl
django_rest_cli/engine/templates/medior_project_template/setup.py-tpl
django_rest_cli/engine/templates/medior_project_template/project_name/__init__.py
django_rest_cli/engine/templates/medior_project_template/project_name/asgi.py-tpl
django_rest_cli/engine/templates/medior_project_template/project_name/settings.py-tpl
django_rest_cli/engine/templates/medior_project_template/project_name/urls.py-tpl
django_rest_cli/engine/templates/medior_project_template/project_name/wsgi.py-tpl
django_rest_cli/engine/templates/medior_project_template/users/__init__.py
django_rest_cli/engine/templates/medior_project_template/users/admin.py
django_rest_cli/engine/templates/medior_project_template/users/apps.py
django_rest_cli/engine/templates/medior_project_template/users/models.py
dr_cli.egg-info/PKG-INFO
dr_cli.egg-info/SOURCES.txt
dr_cli.egg-info/dependency_links.txt
dr_cli.egg-info/entry_points.txt
dr_cli.egg-info/requires.txt
dr_cli.egg-info/top_level.txt
tests/test_cli/__init__.py
tests/test_cli/test_input_validators.py