Actually set STATIC_ROOT.

This commit is contained in:
Jannis Leidel 2013-04-12 18:20:04 +02:00
parent 25d0296c0d
commit a64859e76b

View file

@ -52,6 +52,6 @@ CONSTANCE_CONFIG = {
DEBUG = True
STATIC_ROOT = ''
STATIC_ROOT = './static/'
STATIC_URL = '/static/'