|
|
@ -99,7 +99,7 @@ MEDIA_URL = "/media/" |
|
|
|
STATIC_URL = "/static/" |
|
|
|
|
|
|
|
# See: https://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/#std:setting-STATICFILES_DIRS # noqa |
|
|
|
STATICFILES_DIRS = (normpath(join(SITE_ROOT, "gnuviechadmin", "assets")),) |
|
|
|
STATICFILES_DIRS = (normpath(join(SITE_ROOT, "gnuviechadmin", "static")),) |
|
|
|
|
|
|
|
# See: https://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/#staticfiles-finders # noqa |
|
|
|
STATICFILES_FINDERS = ( |
|
|
|