From 1fb47e9cdd1fddcbfd7275556d86fe1bfe26137a Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Mon, 16 Jan 2012 15:58:50 -0500 Subject: [PATCH] settings.py had textbook. Worked on dev machines because .pyc files stuck around; didn't work on staging --- settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.py b/settings.py index 9a75434228..8cd9498b31 100644 --- a/settings.py +++ b/settings.py @@ -96,7 +96,6 @@ INSTALLED_APPS = ( 'auth', 'django.contrib.humanize', 'static_template_view', - 'textbook', 'staticbook', 'simplewiki', 'track',