Graham Ullrich
Graham Ullrich
Logout handler allows overriding the logout event for additional processing. Add `mock` testing dependency for Python 2.7.
Would be nice to add templates for `badges.html` and `badge_detail.html`, as well as show the usage of `badge_count` and `badges_for_user` templatetags.
A nicety for the harried developer. One less file to add manually.
This will take the form of a multi-user image review project called `Cloudspotter`. The basic idea is composing and viewing collections of cloud images. (Yes, "clouds" == the water vapor...
This package needs documentation regarding: * Usage * Models (?) * Views and urlnames * Templates (listed but no info about each one) * Hooks
Move `change_list.html` and `one_off_list.html` templates into into pinax-templates, with similar semantic markup as other templates in that app.
Use documentation pattern seen in Pinax 18.01 apps.
`context_instance` kwarg for `render_*()` functions is fully removed in Django 2.0. Should be replaced by `request=self.request` or similar.