1
This commit is contained in:
+3
-6
@@ -1,11 +1,8 @@
|
||||
from django.contrib import admin
|
||||
from django.urls import path
|
||||
from . import views
|
||||
from django.conf.urls.static import static
|
||||
from ITShowPlatform import settings
|
||||
from django.urls import path
|
||||
from history.views import DepartmentViewSet, MemberViewSet, HistoryViewSet
|
||||
|
||||
urlpatterns = [
|
||||
path('history/', views.history.as_view()),
|
||||
]
|
||||
|
||||
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user