Skip to content

Commit 6b2195a

Browse files
committed
ticket:1 fix static files #6
1 parent c556146 commit 6b2195a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

fortytwo_test_task/urls.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
from django.conf import settings
21
from django.conf.urls import patterns, include, url
3-
from django.conf.urls.static import static
42

53
from django.contrib import admin
64
admin.autodiscover()
@@ -12,4 +10,4 @@
1210
# url(r'^blog/', include('blog.urls')),
1311

1412
url(r'^admin/', include(admin.site.urls)),
15-
) + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
13+
)

0 commit comments

Comments
 (0)