diff --git a/settings_new_askbot.py b/settings_new_askbot.py index aa79e08ea8..b7d918bcfc 100644 --- a/settings_new_askbot.py +++ b/settings_new_askbot.py @@ -107,6 +107,7 @@ INSTALLED_APPS = ( 'track', 'circuit', 'perfstats', + 'util', # Uncomment the next line to enable the admin: # 'django.contrib.admin', # Uncomment the next line to enable admin documentation: