settings: move static files under /thesaurus/

This commit is contained in:
Frédéric Péters 2016-05-17 22:04:05 +02:00
parent 6111c7f518
commit b15c8ccb3a
1 changed files with 1 additions and 1 deletions

View File

@ -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 = (