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 209 cookiecutter-django issues
Sort by recently updated
recently updated
newest added

This is an attempt the remove `DATABASE_URL` environment variable. The only use case where `DATABASE_URL` is required is when an application is hosted on heroku.

This PR extends the base configuration in two ways: 1) When `DATABASE_URL` is missing it is using `POSTGRES_*` variables for configuring the database. 2) `CELERY_BROKER_URL` defaults to `REDIS_URL` When using...

As discussed in https://github.com/cookiecutter/cookiecutter-django/pull/4811 this is how it looks like to remove `CELERY_BROKER_URL`. Considering the amount of deletions, this looks like the right path.

## Description adding the option to choose rabbitmq as message broker for celery projects ## Rationale well not all projects need a storage backend for celery so using redis instead...

wontfix
enhancement

## Description The template should include a dependency on [`sphinxcontrib-django`](https://github.com/sphinx-doc/sphinxcontrib-django) and include it in the extensions in `docs/conf.py`. ## Rationale `sphinx-autodoc` is, in my opinion, almost useless on its own...

docs
enhancement

5.0 requirements tables ## base.txt | Name | Version in Master | 5.0 Compatible Version | OK | | ---- | :---------------: | :-----------------------------: | :-: | | [python-slugify](https://github.com/un33k/python-slugify) |...

django5.0

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.1 to 5.0.1. Release notes Sourced from webpack-dev-server's releases. v5.0.1 5.0.1 (2024-02-13) Bug Fixes avoid using eval in client (#5045) (7681477) overlay and require-trusted-types-for (#5046) (e115436) v5.0.0...

update

Abused the `create_django_issue.py` script to create a table for Python 3.12. There is a lot of work to do: ## base.txt | Name | Version in Master | 3.12 Compatible...

enhancement

This PR implements #4819 and #4691 The design's are very minimalistics but it will be much easier to keep up-to-date with allauth upstream. For example used texts are now the...

## What happened? Fresh install of a project using django cookiecutter (using VS Code and Docker) results in new bash terminals not being configured correctly. ## What should've happened instead?...

bug