From abef62a23a112b4afdb02cfeaacb67e6e09a8c21 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Sat, 28 Jan 2012 21:27:54 -0500 Subject: [PATCH] Syncing between machines --- settings_new_askbot.py | 1 + 1 file changed, 1 insertion(+) 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: