https://github.com/codewithemad/awesome-django-cookiecuter
Yet another Django cookiecutter. Simple, but profecient
https://github.com/codewithemad/awesome-django-cookiecuter
List: awesome-django-cookiecuter
Last synced: 4 months ago
JSON representation
Yet another Django cookiecutter. Simple, but profecient
- Host: GitHub
- URL: https://github.com/codewithemad/awesome-django-cookiecuter
- Owner: CodeWithEmad
- Created: 2024-10-22T09:27:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-15T05:54:18.000Z (over 1 year ago)
- Last Synced: 2025-11-12T01:02:52.273Z (7 months ago)
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Django Cookiecutter 🍪
This is a cookiecutter for docker-based development and production environments of a Django application. There are other cookiecutters for Django out there, but they're either too complicated to set up for the first time, or they lack development tools.
## Features
This cookiecutter focuses on Django and Django REST framework with best practices and tools. Celery, Beat, and Flower are set up out of the box. You can simply add your customizations and you're good to go.
Additionally, in the development environment, you have pgAdmin4 to check out your database and a MailHog service to take care of email UI testing, making life easier.
You also have a beautiful documentation using mkdocs.
## Installation
You need `cookiecutter`. If you don't have it, run:
```bash
pip install -U cookiecutter
```
Then, to create the project, run:
```bash
cookiecutter https://github.com/CodeWithEmad/awesome-django-cookiecuter
```
It will prompt you to answer some questions to customize the project.
## Contributing
Any contributions are welcome.
## License
This work is licensed under the terms of the [GNU Affero General Public License (AGPL)](https://github.com/overhangio/tutor/blob/master/LICENSE.txt).