Skip to content
Snippets Groups Projects
test_urls.py 228 B
Newer Older
  • Learn to ignore specific revisions
  • from django.urls import include, re_path
    
    
    urlpatterns = [
        re_path(r'^', include('workbench.urls')),
    
        re_path(r'^', include('lti_consumer.plugin.urls', namespace='lti_consumer')),