mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Added django_evolution to the stack
This commit is contained in:
1
init.sh
1
init.sh
@@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
svn checkout http://django-registration.googlecode.com/svn/trunk/registration
|
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://code.djangoproject.com/svn/django/branches/releases/1.1.X/django django
|
||||||
|
svn co http://django-evolution.googlecode.com/svn/trunk/django_evolution
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ INSTALLED_APPS = (
|
|||||||
'django.contrib.contenttypes',
|
'django.contrib.contenttypes',
|
||||||
'django.contrib.sessions',
|
'django.contrib.sessions',
|
||||||
'django.contrib.sites',
|
'django.contrib.sites',
|
||||||
|
'django_evolution',
|
||||||
'registration',
|
'registration',
|
||||||
'django_cron',
|
'django_cron',
|
||||||
'eve_proxy',
|
'eve_proxy',
|
||||||
|
|||||||
Reference in New Issue
Block a user