cookiecutter-django
cookiecutter-django copied to clipboard
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
## 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...
## 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...
## 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...
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...
## 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....
## 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...
## 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...
## 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...