CLI tool to scaffold Django projects and environment configuration.
djang-setup is a command-line tool that scaffolds Django projects and apps, creates split settings files (base, development, production), environment files, .gitignore, and requirements. It installs Django if missing and updates INSTALLED_APPS, DEBUG, ALLOWED_HOSTS, and project URL routing to include new apps. Suited for bootstrapping Django web apps and prototypes that need environment-specific settings.
0