name: Add a new project
about: Suggest a new Django project for the Awesome Django list
title: django-docker-template
labels: new project
assignees: ''
Description: Dockerized Django with Postgres, Gunicorn, and Traefik (with auto renew Let's Encrypt)
Criteria
Please answer the following questions about the project you are submitting. This will help us evaluate if the project should be included in the Awesome Django list.
Is the project new?
[x] Yes
[ ] No
How long has the project been maintained?
2 months
How many releases has it had if it's a library or package?
This is a project template, it doesn't need any versions.
Are you the author or are you submitting the project on behalf of a company?
[x] I am the author
[ ] I am submitting on behalf of a company
[ ] Other (please specify)
What makes it awesome?
The main idea is to solve all deployment-related issues at the initial stage. In this project, everything is built in Docker, launched with Docker Compose, and Let's Encrypt certificate is automatically issued (you just need to have a domain). The certificate is also automatically renewed. It is configured through environment variables and described how to work in development mode and how to deploy to production. But the most important thing is the minimalism of this project. It has nothing extra, it's easy to extend or modify.
Additional Information
Please provide any additional information that you believe is relevant to the project or its evaluation for inclusion in the Awesome Django list. This might include information about the project's documentation, test coverage, community support, or any unique features that set it apart from other Django projects.
name: Add a new project about: Suggest a new Django project for the Awesome Django list title: django-docker-template labels: new project assignees: ''
Project Information
Criteria
Please answer the following questions about the project you are submitting. This will help us evaluate if the project should be included in the Awesome Django list.
Is the project new?
How long has the project been maintained? 2 months
How many releases has it had if it's a library or package? This is a project template, it doesn't need any versions.
Are you the author or are you submitting the project on behalf of a company?
What makes it awesome? The main idea is to solve all deployment-related issues at the initial stage. In this project, everything is built in Docker, launched with Docker Compose, and Let's Encrypt certificate is automatically issued (you just need to have a domain). The certificate is also automatically renewed. It is configured through environment variables and described how to work in development mode and how to deploy to production. But the most important thing is the minimalism of this project. It has nothing extra, it's easy to extend or modify.
Additional Information
Please provide any additional information that you believe is relevant to the project or its evaluation for inclusion in the Awesome Django list. This might include information about the project's documentation, test coverage, community support, or any unique features that set it apart from other Django projects.
Thank you for your submission!