@@ -85,6 +85,7 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.7/howto/static-files/
+STATIC_ROOT = 'static'
STATIC_URL = '/static/'