github mwarkentin/django-watchman v0.6.0
v0.6.0: Dashboard, customizable auth, and version metadata

latest releases: 1.3.0, 2.2.0a1, 1.1.1...
8 years ago
  • [#30] Allow users to specify a custom authentication/authorization decorator
    • Override the @auth decorator by setting WATCHMAN_AUTH_DECORATOR to a dot-separated path to your own decorator
      • eg. WATCHMAN_AUTH_DECORATOR = 'django.contrib.admin.views.decorators.staff_member_required'
    • Token-based authentication remains the default
  • [#31], [#34] Add a human-friendly status dashboard
    • Available at <watchman url>/dashboard/
    • ?check & ?skip GET params work on the dashboard as well
  • [#35] Add X-Watchman-Version header to responses

Don't miss a new django-watchman release

NewReleases is sending notifications on new releases.