From 21eae031e4f0ad8fcaa62107e14b40b45598d6d9 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 20 Sep 2013 23:55:55 +0200 Subject: [PATCH] settings: remove unused STATICFILES_DIR --- wcsinst/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wcsinst/settings.py b/wcsinst/settings.py index 22eeae9..1e27078 100644 --- a/wcsinst/settings.py +++ b/wcsinst/settings.py @@ -68,7 +68,6 @@ STATIC_URL = '/static/' # Additional locations of static files STATICFILES_DIRS = ( - os.path.join(PROJECT_PATH, 'wcsinst', 'static'), ) # List of finder classes that know how to find static files in