Revision 0bf16f7f flowspy/settings.py.dist

b/flowspy/settings.py.dist
95 95
# Don't put anything in this directory yourself; store your static files
96 96
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
97 97
# Example: "/home/media/media.lawrence.com/static/"
98
STATIC_ROOT = '/home/leopoul/projects/flowspy/static'
98
STATIC_ROOT = '/path/to/projects/flowspy/static'
99 99

  
100 100
# URL prefix for static files.
101 101
# Example: "http://media.lawrence.com/static/"
......
180 180
    'poller',
181 181
    'south',
182 182
    # Uncomment the next line to enable the admin:
183
    # 'django.contrib.admin',
183
    'django.contrib.admin',
184 184
    # Uncomment the next line to enable admin documentation:
185 185
    # 'django.contrib.admindocs',
186 186
    'djcelery',

Also available in: Unified diff