module documentation

Login and logout views for the browsable API. Add these to your root URLconf if you're using the browsable API and your API requires authentication: urlpatterns = [ ... path('auth/', include('rest_framework.urls')) ] You should make sure your authentication settings include `SessionAuthentication`.

Variable app_name Undocumented
Variable urlpatterns Undocumented
app_name: str = (source)

Undocumented

urlpatterns = (source)

Undocumented