django-yadpt-starter icon indicating copy to clipboard operation
django-yadpt-starter copied to clipboard

Yet Another Django Project Template skeleton for Django projects

Results 12 django-yadpt-starter issues
Sort by recently updated
recently updated
newest added

Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 1.7 to 1.11.1. Changelog Sourced from django-debug-toolbar's changelog. 1.11.1 (2021-04-14) Fixed SQL Injection vulnerability, CVE-2021-30459. The toolbar now calculates a signature on all fields for the SQL...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.21.1 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [django](https://github.com/django/django) from 1.11.6 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Consider adding something like https://github.com/pgbouncer/pgbouncer https://hub.docker.com/r/brainsam/pgbouncer/ (alpine) or https://hub.docker.com/r/kotaimen/pgbouncer/ (debian)

enhancement

We should definetly add some unit tests to validate if the directories are being successfully created

help wanted

The Postgis Docker container that we are using comes with some garbage in it that we do not need. Consider adding some docs explaining how we can clear it or...

enhancement

Consider switching from https://github.com/sebleier/django-redis-cache/ to https://github.com/niwinz/django-redis/ as the second seems to be better maintained

enhancement

Because of https://github.com/psychok7/django-yadpt-starter/issues/13 consider using a clean official postgres image instead. The steps to switch to a Postgis database will still be available

enhancement

Replace pip with pipenv https://github.com/pypa/pipenv for installing dependencies as it is the officially recommended Python packaging tool from Python.org