From 2a2f711d386fdc24cf1d843432e5569fe23527bd Mon Sep 17 00:00:00 2001 From: Kevin Kubasik Date: Wed, 17 Jun 2009 01:27:25 +0000 Subject: [PATCH] [gsoc2009-testing] Adding windmill to the applications in runtests.py for now git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11016 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/runtests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/runtests.py b/tests/runtests.py index 19c6588679..330e15f784 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -30,6 +30,7 @@ ALWAYS_INSTALLED_APPS = [ 'django.contrib.sessions', 'django.contrib.comments', 'django.contrib.admin', + 'windmill', ] def get_test_models():