1
0
mirror of https://github.com/django/django.git synced 2025-07-05 02:09:13 +00:00

[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
This commit is contained in:
Kevin Kubasik 2009-06-17 01:27:25 +00:00
parent 9628ae6c92
commit 2a2f711d38

View File

@ -30,6 +30,7 @@ ALWAYS_INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.comments',
'django.contrib.admin',
'windmill',
]
def get_test_models():