EasyDjango is a command-line tool for quickly setting up a new Django project with customizable options, including app creation, templates, static files, and superuser setup.
- Create a new Django project and app with minimal commands.
- Optionally include Tailwind CSS for styling (by adding the argument
--tailwind
). - Automatic creation of necessary directories for templates, static files, and media.
- Create a superuser during setup.
- Colorful and user-friendly CLI prompts.
You can install QuickDjango via pip. First, ensure you have Python and pip installed, then run:
pip install easydjango-project
Note: The installation command is the same for Windows, macOS, and Linux, but you might need to use pip3 instead on some operating systems.
To create a new Django project, execute the following easy command:
easydjango
You will be prompted to provide the following information:
Project Name (default: myproject
)
App Name (default: myapp
)
Superuser Username (default: admin
)
Superuser Password (default: admin
)
If you find this project useful and would like to support its continued development, consider making a donation. Your contributions will help cover expenses for development tools and other resources.
Thank you for your support! Every contribution, no matter how small, makes a difference!
If you'd like to contribute to EasyDjango, feel free to fork the repository and submit a pull request. Any contributions are welcome!
This project is licensed under the MIT License. See the LICENSE file for details.
Django for being an awesome web framework.
Colorama for colorful terminal text.
For inquiries or feedback, please reach out at [email protected].