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

Bumps [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin) from 7.1.0 to 9.0.0. Release notes Sourced from gulp-imagemin's releases. v9.0.0 Breaking Require Node.js 18 70e07e8 https://github.com/sindresorhus/gulp-imagemin/compare/v8.0.0...v9.0.0 v8.0.0 Require Node.js 12.20 1b4baf6 This package is now pure ESM....

update

## What happened? i got 504 status on django runserver several times , it is usually one or two seconds after request. ## What should've happened instead? ## Additional details...

bug

## What happened? Pre-commit applies prettier with single quotes (per .pre-commit-config.yaml) but if prettier is applied in VSCode it will invariably apply double quotes (even when changing settings.json). The only...

bug

The tools support for the Python extension in VS Code is [deprecated](https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2022-release/#pylint-extension), **breaking the dev container**. The [recommendation](https://github.com/microsoft/vscode-python/wiki/Migration-to-Python-Tools-Extensions#linting-and-formatting-settings-deprecation) is to use separate extensions for linting and formatting.

bug

This PR updates [rcssmin](https://pypi.org/project/rcssmin) from **1.1.1** to **1.1.2**. Changelog ### 1.1.2 ``` *) Add support for Python 3.12 *) Add musllinux wheels *) Update project boilerplate ``` Links - PyPI:...

update

## Description In this file https://github.com/cookiecutter/cookiecutter-django/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/compose/production/django/entrypoint Why don't use some tcp listener for docker like [wait-for](https://github.com/eficode/wait-for) or [wait-for-it.sh](https://github.com/vishnubob/wait-for-it) ## Rationale I think executing the python live code its a perfect...

help wanted
enhancement

## Description 1. Installing the [django-health-check](https://github.com/revsys/django-health-check). 2. Add `"health_check", "health_check.db"` to INSTALLED_APPS 3. Add `"health_check.cache"` to INSTALLED_APPS if cache enabled 4. Add a health check endpoint to URL. 5. Add...

enhancement

While trying to test #4477, I went over the collectfast repo today and noticed that [the repo is archived](https://github.com/antonagestam/collectfast). There was [an issue](https://github.com/antonagestam/collectfast/issues/212) opened a while back to try to...

deprecated

## Description My [EECS 481](https://web.eecs.umich.edu/~weimerw/2022-481F/hw6.html) final project. Takes the [pull request](https://github.com/cookiecutter/cookiecutter-django/pull/3072) from @Andrew-Chen-Wang (who I have been in contact with) that fixes [#2941](https://github.com/cookiecutter/cookiecutter-django/issues/2941) and implements suggestions on said pull request....

## Description [//]: # (What's it you're proposing? How should it be implemented?) First, there wasn't a template for reporting a Documentation issue. I would have used it, if it...

docs