Added South to the requirements
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user