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

## Description What are you proposing? How should it be implemented? Wouldn't it be nice if Cookiecutter is able to generate the files for a deploy to caprover by using...

enhancement

Cookiecutter Django is loaded with features. Not all of them work on every environment out of the box, or we don't have docs for it. It'd great if we had...

docs
help wanted

## Description There’s some possible confusion on the license of your repository when you combine other open-source code. You can select another proper license for your repository, or write a...

enhancement

## Description In docs/docker-postgres-backups.rst it's suggested to use: ``` docker-compose -f local.yml exec postgres backup ``` I'd suggest updating that to: ``` docker-compose -f local.yml exec -T postgres backup ```...

docs
docker

## Description If you track #2506, I've implemented ASGI + Websocket support. Before, in order to use HTTP/2. you would need to use Django channel's methodology to get faster speeds...

enhancement

Add this code to base.html ```html $.ajaxSetup({ data: {csrfmiddlewaretoken: '{{ csrf_token }}'}, }); ``` this allow easy use Ajax forms + csrf token

## Description Allow for rapid changes to DOMAIN_NAME (which currently appears to be hard-coded in a number of files.) ## Rationale It should be possible / straightforward to test the...

docs

## Description [//]: # (What's it you're proposing? How should it be implemented?) I'm proposing that a feature be added to serve large static files to authenticated users. It might...

We don't differentiate well between operation systems. http://cookiecutter-django.readthedocs.org/en/latest/developing-locally.html is for Linux, but doesn't do much to help Mac OSX or Windows users.

docs
bare-metal

Traefik should not run as root. When traefik runs as nonroot, it cannot bind to 80 or 443; but you can map 80 and 443 to e.g. 8080 and 8443...

docker
bug
bug/in-production