Skip to content
Snippets Groups Projects
Commit c1ddfe29 authored by Michael Roytman's avatar Michael Roytman
Browse files

Add edX Django Rest Framework Extensions CSRF App URLS to Studio

parent 2ab5eb5d
No related branches found
No related tags found
No related merge requests found
......@@ -293,6 +293,11 @@ urlpatterns += [
# API docs.
urlpatterns += make_docs_urls(api_info)
# edx-drf-extensions csrf app
urlpatterns += [
url(r'', include('csrf.urls')),
]
if 'openedx.testing.coverage_context_listener' in settings.INSTALLED_APPS:
urlpatterns += [
url(r'coverage_context', include('openedx.testing.coverage_context_listener.urls'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment