cookiecutter-django-dokku icon indicating copy to clipboard operation
cookiecutter-django-dokku copied to clipboard

A template for jumpstarting Django projects and deploying with Dokku.

Results 6 cookiecutter-django-dokku issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 1.11.7 to 1.11.28. Commits - [`e09f09b`](https://github.com/django/django/commit/e09f09b965ef47ffd99abd2c26ba7416751cffa6) [1.11.x] Bumped version for 1.11.28 release. - [`001b063`](https://github.com/django/django/commit/001b0634cd309e372edb6d7d95d083d02b8e37bd) [1.11.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter. - [`7fd1ca3`](https://github.com/django/django/commit/7fd1ca3ef63e5e834205a8208f4dc17d80f9a417) [1.11.x] Fixed timezones...

dependencies

Using default user causes errors since the default user model already exists and the migrations included belong to that of the email user model.

Upgrade from Django 1.11 to 2. 2.2(LTS) version will be released on April 2019.

Add a README.md file to the template with title as the app_name and the description from the cookiecutter.json file

good first issue

Need to separate the requirements file to a folder with: base.txt local.txt production.txt

enhancement
question