Added South to the requirements

This commit is contained in:
Roberto Rosario
2011-11-30 08:52:00 -04:00
parent 0fc2853903
commit 188c7f1efd
3 changed files with 4 additions and 1 deletions

View File

@@ -19,3 +19,4 @@ cssmin==0.1.4
django-compressor==1.1
-e git://github.com/rosarior/django-sendfile.git#egg=django-sendfile
djangorestframework==0.2.3
South==0.7.3

View File

@@ -16,3 +16,4 @@ cssmin==0.1.4
django-compressor==1.1
-e git://github.com/rosarior/django-sendfile.git#egg=django-sendfile
djangorestframework==0.2.3
South==0.7.3

View File

@@ -133,7 +133,6 @@ INSTALLED_APPS = (
'lock_manager',
'web_theme',
'common',
'metadata',
'pagination',
'dynamic_search',
'filetransfers',
@@ -151,6 +150,7 @@ INSTALLED_APPS = (
'tags',
'document_comments',
'user_management',
'metadata',
'documents',
'linking',
'mptt',
@@ -165,6 +165,7 @@ INSTALLED_APPS = (
'compressor',
'djangorestframework',
'rest_api',
'south',
)
TEMPLATE_CONTEXT_PROCESSORS = (