LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
create_app/__init__.py
create_app/constants.py
create_app/logger.py
create_app/common/Makefile.tpl
create_app/common/README.md.tpl
create_app/common/__init__.py.tpl
create_app/common/apps.py.tpl
create_app/common/entry.py.tpl
create_app/common/env.tpl
create_app/common/gitignore.tpl
create_app/common/requirements.txt.tpl
create_app/common/rf.py.tpl
create_app/common/secret.tpl
create_app/common/urls.tpl
create_app/common/venv.txt.tpl
create_app/common/work.txt.tpl
create_app/common/static/css/style.css.tpl
create_app/common/static/scripts/script.js.tpl
create_app/common/template/index.html.tpl
create_app/engine/__init__.py
create_app/engine/cli.py
create_app/engine/prompts.py
create_app/engine/ui/__init__.py
create_app/engine/ui/spinner.py
create_app/engine/ui/ui_config.py
create_app/engine/ui/user_interface.py
create_app/framework/__init__.py
create_app/framework/bundler.py
create_app/initializer/__init__.py
create_app/initializer/controller.py
create_app/initializer/generator.py
create_app/rules/__init__.py
create_app/rules/auto_rules.py
create_app/rules/django_rules.py
create_app/rules/global_rules.py
create_app/rules/others_rules.py
create_app/rules/production_rules.py
create_app/rules/standard_rules.py
docs/COMMAND_LINE.md
docs/prerequisite.py
docs/requirements.txt
init_app.egg-info/PKG-INFO
init_app.egg-info/SOURCES.txt
init_app.egg-info/dependency_links.txt
init_app.egg-info/entry_points.txt
init_app.egg-info/requires.txt
init_app.egg-info/top_level.txt
logs/py-create.log
scripts/build.py
scripts/build.sh
scripts/bump_version.py
scripts/bump_version.sh
scripts/clean.py
scripts/clean.sh
scripts/dev_setup.py
scripts/dev_setup.sh
scripts/release.py
scripts/release.sh
tests/__init__.py
tests/test_full_matrix.py
tests/test_logic.py