settings: remove unused STATICFILES_DIR

This commit is contained in:
Benjamin Dauvergne 2013-09-20 23:55:55 +02:00
parent 3b3334a4cf
commit 21eae031e4
1 changed files with 0 additions and 1 deletions

View File

@ -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