cookiecutter-django icon indicating copy to clipboard operation
cookiecutter-django copied to clipboard

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

Results 233 cookiecutter-django issues
Sort by recently updated
recently updated
newest added

Update versions of tools in pre-commit configs to latest version

update

## Description Checklist: - [X] I've made sure that tests are updated accordingly (especially if adding or updating a template option) - [X] I've updated the documentation or confirm that...

## Description Additional deploy guides on Google Compute Engine, gunicorn/uwsgi and Nginx. Add this to the deployment guide. ## Rationale This should be implemented to help others productionize their project.

enhancement

It seems best to not include this setting and let AnyMail handle it. https://github.com/anymail/django-anymail/blob/a08052e7f808c800cb336df3725b63865dc36afc/anymail/backends/mailjet.py#L19

This PR updates [django-extensions](https://pypi.org/project/django-extensions) from **3.2.0** to **3.2.1**. Changelog ### 3.2.1 ``` ----- Changes: - Improvement: fix translation interpolation in prospective arabic translations (1740) - Improvement: runserver_plus, Add option to...

update

This PR updates [tox](https://pypi.org/project/tox) from **3.25.1** to **3.26.0**. Changelog ### 3.26.0 ``` -------------------- Bugfixes ^^^^^^^^ - Fix fallback to ``python`` environment when ``isolated_build = true`` is set -- by :user:`Unrud`...

update

> Enables extended task result attributes (name, args, kwargs, worker, > retries, queue, delivery_info) to be written to backend. https://docs.celeryq.dev/en/stable/userguide/configuration.html#result-extended Without this the information in the result backend is rather...

## Description Upgrade to Django 4.0 Checklist: - [x] I've made sure that tests are updated accordingly (especially if adding or updating a template option) - [x] I've updated the...

## What happened? I'm talking about this instruction below: ``` # create python dependency wheels RUN pip wheel --no-cache-dir --wheel-dir /usr/src/app/wheels \ -r /requirements/local.txt -r /requirements/production.txt \ && rm -rf...

bug

## Description Related to #4865: by default, the docs service is tarting by default with the app when running `docker compose -f local.yml up`. I find this to be a...

enhancement