We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c556146 commit 6b2195aCopy full SHA for 6b2195a
1 file changed
fortytwo_test_task/urls.py
@@ -1,6 +1,4 @@
1
-from django.conf import settings
2
from django.conf.urls import patterns, include, url
3
-from django.conf.urls.static import static
4
5
from django.contrib import admin
6
admin.autodiscover()
@@ -12,4 +10,4 @@
12
10
# url(r'^blog/', include('blog.urls')),
13
11
14
url(r'^admin/', include(admin.site.urls)),
15
-) + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
+)
0 commit comments