debian: remove unused static directory

This commit is contained in:
Benjamin Dauvergne 2013-09-20 23:54:02 +02:00
parent 71865d8aa7
commit b7844f3251
1 changed files with 0 additions and 1 deletions

1
debian/settings.py vendored
View File

@ -76,7 +76,6 @@ STATIC_URL = '/static/'
# Additional locations of static files
STATICFILES_DIRS = (
os.path.join(PROJECT_PATH, 'wcsinst', 'static'),
os.path.join(VAR_DIR, 'extra-static'),
)