You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #22 is fixed I recommend adding a paragraph in the README on how you can use a class inheriting from IndexView instead of ('smoketest/', include('smoketest.urls')) so that you could override its dispatch method for permission checking (i.e check for caller's IP, add some Basic HTTP auth etc).
This is a common requirement I think.
The text was updated successfully, but these errors were encountered:
Since #22 is fixed I recommend adding a paragraph in the README on how you can use a class inheriting from
IndexView
instead of('smoketest/', include('smoketest.urls'))
so that you could override itsdispatch
method for permission checking (i.e check for caller's IP, add some Basic HTTP auth etc).This is a common requirement I think.
The text was updated successfully, but these errors were encountered: