DevBlaze is a Python library that provides a streamlined process for creating new Django projects. It is used as a core component in the Streamline Cookiecutter project, which focuses on fast development and deployment of Django applications.
DevBlaze leverages the power of Textual to provide a custom CLI, enhancing the user experience and simplifying the creation of Django projects.
Please note: DevBlaze is currently in alpha and may be subject to changes.
To get started with DevBlaze, follow these steps:
-
Install DevBlaze:
pip install devblaze -
Generate a new project:
devblaze generate -
Follow the prompts to create your project. You will be prompted to enter some values. After that, the project will be created in the current directory.
DevBlaze also supports make shortcuts for an even simpler user experience. Check the Streamline Cookiecutter project for more details.
Traditional cookiecutter templates are great, but DevBlaze takes it a step further. By leveraging the Textual library, DevBlaze provides a more interactive and user-friendly interface, making the process of creating new Django projects even easier and more enjoyable.
Contributions are welcome! Please see CONTRIBUTING.md for more details.
DevBlaze is licensed under the MIT License.