|
@@ -134,6 +134,9 @@ THOUSAND_SEPARATOR = '.'
|
|
|
|
|
|
|
|
STATIC_URL = '/static/'
|
|
STATIC_URL = '/static/'
|
|
|
#STATIC_ROOT = BASE_DIR / "staticfiles"
|
|
#STATIC_ROOT = BASE_DIR / "staticfiles"
|
|
|
|
|
+
|
|
|
|
|
+# Se supone que aquí es donde el web server de openshift espera que estén los ficheros estáticos
|
|
|
|
|
+
|
|
|
STATIC_ROOT = BASE_DIR / "wsgi/static"
|
|
STATIC_ROOT = BASE_DIR / "wsgi/static"
|
|
|
|
|
|
|
|
# Default primary key field type
|
|
# Default primary key field type
|