fixup! Replace STATIC_URL with staticfiles in hooks

pull/2192/head
Karl Hobley 2016-02-03 16:19:09 +00:00
rodzic 7ea05523dc
commit 5f7fb5f18c
4 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -1,4 +1,3 @@
from django.conf import settings
from django.conf.urls import include, url
from django.core import urlresolvers
from django.utils.html import format_html, format_html_join

Wyświetl plik

@ -1,4 +1,3 @@
from django.conf import settings
from django.conf.urls import include, url
from django.core import urlresolvers
from django.utils.html import format_html

Wyświetl plik

@ -1,4 +1,3 @@
from django.conf import settings
from django.conf.urls import include, url
from django.core import urlresolvers
from django.utils.html import format_html, format_html_join

Wyświetl plik

@ -1,4 +1,3 @@
from django.conf import settings
from django.conf.urls import include, url
from django.contrib.auth.models import Permission
from django.contrib.contenttypes.models import ContentType