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>
4 lines
171 B
Text
4 lines
171 B
Text
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
|