mirror of
https://github.com/not-kennethreitz/flango.git
synced 2026-06-05 15:10:17 +00:00
fix flango
This commit is contained in:
@@ -133,3 +133,4 @@ STATICFILES_DIRS = [
|
||||
# Simplified static file serving.
|
||||
# https://warehouse.python.org/project/whitenoise/
|
||||
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
|
||||
WHITENOISE_STATIC_PREFIX = '/'
|
||||
|
||||
@@ -17,5 +17,5 @@ from django.conf.urls import url
|
||||
from django.contrib import admin
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^admin/', admin.site.urls),
|
||||
url(r'^', admin.site.urls),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user