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

## tl;dr Traefik is configured using its default settings leaving it more open to attacks - a few tweaks could bring it up to production standard and lower the attack...

bug

## Description It would be great if django-allauth became an option instead of a default. ## Rationale A lot of sites I create are for internal users and don't need...

enhancement

Please add the AGPL license to the list of available licenses! Thanks

enhancement

## Description Celery does not work perfectly under windows. But It works when I add in the command line : --pool=solo So it could be nice to add in the...

docs

1. `docker-compose -f local.yml run django python manage.py test` works fine 2. Using Docker Python Interpreter in PyCharm to run the tests throws an error: ``` psycopg2.OperationalError: could not connect...

bug
pycharm

## Description Currently, in order to serve media files, you need an external file storage service. Setting up an external file storage service introduces some complexity (especially for people who...

## Description Newly generated project contains the file `docs/pycharm/configurations.rst` which contains embeded images. Pycharm's reStructuredText plugin doesn't support embedding images (at the moment). Using Markdown instead would solve the problem....

docs
pycharm

## Description The readme nicely demonstrates how to run the type checks: `mypy {{ cookiecutter.project_slug }}` However, this doesn't work when working with docker. For pycharm user, the following run...

enhancement
pycharm

## Description CI takes a really long time to build the docker containers. Approximately 4 minutes on just building with so many requirements. Although CI like Travis in their docs...

docker
enhancement

## What happened? The `celerybeat` service in production can fail to run because of an existing pidfile. ## What should've happened instead? The development version does not suffer from this...

bug