urls.py
806 Bytes
-
Add app_name to rest_framework.urls. · e203967e
This allows users in Django 1.9+ to include the authentication urls without specifying the namespace, as in: urlpatterns = [ ... url(r'^auth/', include('rest_framework.urls')) ]
knbk committed