1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/py-django-context-decorator/pkg-descr
Sunpoet Po-Chuan Hsieh 2da6415ba1 Add py-django-context-decorator 1.5.0
Python package for Django removing the need to call
super().get_context_data(**kwargs) in nearly every Django view.

WWW: https://github.com/rixx/django-context-decorator

- While I'm here:
  - Fix USES=python
  - Update WWW

PR:		239048
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:47:30 +00:00

5 lines
171 B
Plaintext

Python package for Django removing the need to call
super().get_context_data(**kwargs) in nearly every Django view.
WWW: https://github.com/rixx/django-context-decorator