From 683bff5c7e8bcaa165497c475b8ec7604830c3dc Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Sat, 20 Feb 2010 11:27:42 +0100 Subject: [PATCH] detect django_evolution --- pyweb/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyweb/settings.py b/pyweb/settings.py index d450fef..b49d862 100644 --- a/pyweb/settings.py +++ b/pyweb/settings.py @@ -234,3 +234,5 @@ modprobe( "rosetta" ) # Check if django_extensions is available. modprobe( "django_extensions" ) + +modprobe( "django_evolution" )