MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
my_django_starter/__init__.py
my_django_starter/main.py
my_django_starter.egg-info/PKG-INFO
my_django_starter.egg-info/SOURCES.txt
my_django_starter.egg-info/dependency_links.txt
my_django_starter.egg-info/entry_points.txt
my_django_starter.egg-info/requires.txt
my_django_starter.egg-info/top_level.txt
my_django_starter/builder/__init__.py
my_django_starter/builder/base.py
my_django_starter/builder/pipeline.py
my_django_starter/modules/__init__.py
my_django_starter/modules/app_creator/__init__.py
my_django_starter/modules/app_creator/app_creator.py
my_django_starter/modules/app_creator/constants.py
my_django_starter/modules/banner/__init__.py
my_django_starter/modules/banner/banner.py
my_django_starter/modules/django_installer/__init__.py
my_django_starter/modules/django_installer/django_installer.py
my_django_starter/modules/env_manager/__init__.py
my_django_starter/modules/env_manager/env_manager.py
my_django_starter/modules/env_manager/gitignore_template.py
my_django_starter/modules/home_page_renderer/__init__.py
my_django_starter/modules/home_page_renderer/home_page_renderer.py
my_django_starter/modules/home_page_renderer/html_content.py
my_django_starter/modules/media_file_handler/__init__.py
my_django_starter/modules/media_file_handler/media_file_handler.py
my_django_starter/modules/migration_manager/__init__.py
my_django_starter/modules/migration_manager/migration_manager.py
my_django_starter/modules/os_detector/__init__.py
my_django_starter/modules/os_detector/os_detector.py
my_django_starter/modules/project_creator/__init__.py
my_django_starter/modules/project_creator/project_creator.py
my_django_starter/modules/requirements_generator/__init__.py
my_django_starter/modules/requirements_generator/requirements_generator.py
my_django_starter/modules/server_runner/__init__.py
my_django_starter/modules/server_runner/server_runner.py
my_django_starter/modules/settings_modifier/__init__.py
my_django_starter/modules/settings_modifier/constants.py
my_django_starter/modules/settings_modifier/settings_modifier.py
my_django_starter/modules/virtualenv_creator/__init__.py
my_django_starter/modules/virtualenv_creator/virtualenv_creator.py