We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2e133 commit 3f8d909Copy full SHA for 3f8d909
chord_metadata_service/restapi/urls.py
@@ -1,4 +1,6 @@
1
from django.urls import path, include
2
+from django.conf import settings
3
+from django.conf.urls.static import static
4
from rest_framework import routers
5
6
from chord_metadata_service.chord import api_views as chord_views
0 commit comments