Skip to content

Releases: kdpisda/cookiecutter-django-poetry

Cookiecutter Django Poetry Template

21 Apr 11:13
Compare
Choose a tag to compare
Pre-release

We're excited to announce the release of our Django Project Template with Poetry! This template is based on the popular cookiecutter-django project and adds support for Poetry, a powerful Python dependency management tool. This new template aims to streamline the process of starting a new Django project by providing a solid foundation, best practices, and modern dependency management out of the box.

Key Features:

  • Pre-configured Django project structure based on cookiecutter-django for better organization and easier maintenance.
  • Added Poetry support for improved dependency management, simplifying package installation and versioning.
  • Pre-commit hooks configured to export Poetry dependencies to requirements/local.txt and requirements/production.txt files for use in Docker and CI/CD.

What's new in this release:

  • Integration of Poetry into the project template for easier dependency management.
  • Addition of pre-commit hooks for automatically exporting Poetry dependencies to requirements.txt files.
  • Minor refinements to the project structure and configuration to better align with Poetry best practices.
  • With this release, you can quickly set up a fully functional Django project with modern dependency management using Poetry. We hope this template simplifies your development process and helps you create amazing Django applications.