Removed south app/migrations

This commit is contained in:
Claude Paroz 2015-09-22 17:35:11 +02:00
parent b25fda850c
commit 34cad685a9
10 changed files with 0 additions and 1124 deletions

View file

@ -98,8 +98,6 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
'django.contrib.admin',
'south', # Database migrations
'tabimport',
'stages',
)