wsvincent / awesome-django

A curated list of awesome things related to Django
http://awesomedjango.org
Creative Commons Zero v1.0 Universal
9.52k stars 1.31k forks source link

Add django-docker-template #217

Closed amerkurev closed 1 year ago

amerkurev commented 1 year ago

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

  1. Project Name: django-docker-template
  2. Project URL: https://github.com/amerkurev/django-docker-template
  3. 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.

  1. Is the project new?

    • [x] Yes
    • [ ] No
  2. How long has the project been maintained? 2 months

  3. How many releases has it had if it's a library or package? This is a project template, it doesn't need any versions.

  4. 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)
  5. 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!

wsvincent commented 1 year ago

Hi @amerkurev, This looks like a good project. Thanks for taking the time to add to awesome-django.

amerkurev commented 1 year ago

Hello @wsvincent! Thank you for the opportunity, it's a great honor for me.