From b15c8ccb3a5f1ed8731ff49f28cee97d87ad4e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 May 2016 22:04:05 +0200 Subject: [PATCH] settings: move static files under /thesaurus/ --- pfwb_thesaurus/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfwb_thesaurus/settings.py b/pfwb_thesaurus/settings.py index ab55907..6ecdcf1 100644 --- a/pfwb_thesaurus/settings.py +++ b/pfwb_thesaurus/settings.py @@ -91,7 +91,7 @@ TEMPLATE_DIRS = ( # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.7/howto/static-files/ -STATIC_URL = '/static/' +STATIC_URL = '/thesaurus/static/' STATICFILES_FINDERS = global_settings.STATICFILES_FINDERS + ('gadjo.finders.XStaticFinder',) STATICFILES_DIRS = (