From cd6f6866b7e0936b84b640e2424d359e414409b5 Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Mon, 2 Apr 2012 08:43:05 +0530 Subject: Removed south --- aloha/settings.py | 1 - production.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/aloha/settings.py b/aloha/settings.py index c9a7691..bbbd811 100644 --- a/aloha/settings.py +++ b/aloha/settings.py @@ -134,7 +134,6 @@ INSTALLED_APPS = ( # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', #Third-Party Apps - 'south', 'crispy_forms', 'allotter', diff --git a/production.cfg b/production.cfg index e89b126..2c88d09 100644 --- a/production.cfg +++ b/production.cfg @@ -2,7 +2,6 @@ parts = django eggs = - South django-crispy-forms reportlab MySQL-python -- cgit