Skip to content

Commit

Permalink
ticket:1 fix static files #6
Browse files Browse the repository at this point in the history
  • Loading branch information
skl1f committed Apr 22, 2015
1 parent c556146 commit 6b2195a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fortytwo_test_task/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from django.conf import settings
from django.conf.urls import patterns, include, url
from django.conf.urls.static import static

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

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

0 comments on commit 6b2195a

Please sign in to comment.