|
@@ -119,12 +119,12 @@ USE_TZ = True
|
|
|
|
|
|
## URL Prefixing
|
|
## URL Prefixing
|
|
|
|
|
|
-URL_PREFIX='/'
|
|
|
|
|
|
+URL_PREFIX=''
|
|
|
|
|
|
# Static files (CSS, JavaScript, Images)
|
|
# Static files (CSS, JavaScript, Images)
|
|
# https://docs.djangoproject.com/en/1.9/howto/static-files/
|
|
# https://docs.djangoproject.com/en/1.9/howto/static-files/
|
|
-
|
|
|
|
-STATIC_URL = URL_PREFIX + 'assets/'
|
|
|
|
|
|
+# STATIC_URL = '/{}assets/'.format(URL_PREFIX)
|
|
|
|
+# not defined here cause prefix overriding would not be taken into account
|
|
|
|
|
|
STATICFILES_DIRS = [
|
|
STATICFILES_DIRS = [
|
|
os.path.join(BASE_DIR, "static"),
|
|
os.path.join(BASE_DIR, "static"),
|