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

This is based on [the proposal by @japrogramer](https://github.com/pydanny/cookiecutter-django/pull/1252#issuecomment-318576911): > I know this thread is about making .env file more clear for database settings .. but I don't think there should...

needs further review
docs
docker

## Description What are you proposing? How should it be implemented? I'm proposing to use `ENV` and `ARG` to make Dockerfiles dynamic and just have 1 compose file at project...

enhancement

https://github.com/pydanny/cookiecutter-django/blob/4f631e148388d12d95ef567dcb56d529fee26c63/%7B%7Bcookiecutter.project_slug%7D%7D/config/urls.py#L44-L61 Rather than having to go to individual URLs to view our custom code, which could raise something like `PermissionDenied(mark_safe(_("")))`, it should automatically show these custom error messages. Ref: -...

## Description [//]: # (What's it you're proposing? How should it be implemented?) I'm looking to add sample unit tests for JS and HTML. This can be implemented if the...

enhancement

## What happened? This is a bug w/ the docs, I think there is a missing section about configuring the `/etc/host` file to allow for local connections through a url...

docs

## What happened? Black defines a line length of 88 characters, but other places still configure 120 characters: - `setup.cfg` - `.pylintrc` ## What should've happened instead? Consistency: use 88...

help wanted
bug

## Description I'd like to propose support for [Dramatiq](https://dramatiq.io/) which is a pumped-up alternative for Celery. ## Rationale Main reasons behind Dramatiq are [pointed out nicely in documentation](https://dramatiq.io/motivation.html): - high...

enhancement

## Description It'd be really nice to have React as a built-in option, or have documentation on how to hack it in. I see this was suggested in #466, and...

docs

I'm a huge fan of the docs over at [cookiecutter-pypackage](https://cookiecutter-pypackage.readthedocs.io/en/latest/). They are clean, precise and have a great structure. I'd like to clean up the docs for Cookiecutter Django and...

docs
help wanted

## Description In docker development in Linux (and Mac?) when a file is generated in the docker container, it belongs to the root user. Since the project directory is a...

docker