diff --git a/LCU/Maintenance/DBInterface/django_postgresql/settings.py b/LCU/Maintenance/DBInterface/django_postgresql/settings.py index b3e57efb1e9c550ca604173a8cb2ccace57eba74..76c618c60fd6ea277dd3d139a48cd37d3d9aac1b 100644 --- a/LCU/Maintenance/DBInterface/django_postgresql/settings.py +++ b/LCU/Maintenance/DBInterface/django_postgresql/settings.py @@ -191,7 +191,7 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/2.0/howto/static-files/ -PATH = '/home/mmancini/svn-tree/MonitoringMaintenance-OSB-45/build/gnucxx11_debug' +PATH = os.getcwd() STATIC_ROOT = os.path.join(PATH, "static") STATIC_URL = '/static/'