Added django_evolution to the stack

This commit is contained in:
2010-03-09 22:09:37 +00:00
parent 522fbdc9f8
commit e65afef1db
2 changed files with 2 additions and 0 deletions

View File

@@ -2,3 +2,4 @@
svn checkout http://django-registration.googlecode.com/svn/trunk/registration
svn co http://code.djangoproject.com/svn/django/branches/releases/1.1.X/django django
svn co http://django-evolution.googlecode.com/svn/trunk/django_evolution

View File

@@ -73,6 +73,7 @@ INSTALLED_APPS = (
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django_evolution',
'registration',
'django_cron',
'eve_proxy',