add static_root setting

This commit is contained in:
Robert Einsle 2017-01-09 08:09:41 +01:00
parent 0dff09e4e4
commit f1604f585d

View File

@ -130,6 +130,8 @@ REST_FRAMEWORK = {
]
}
STATIC_ROOT = "/srv/carom/carom-server/static/"
try:
from local_settings import *
except ImportError: