summaryrefslogtreecommitdiff
path: root/forums
diff options
context:
space:
mode:
authorholyantony2015-07-07 10:34:06 +0530
committerholyantony2015-07-07 10:34:06 +0530
commit6d8f7a3c9153b995f086e5eda268fed19f6f7833 (patch)
tree1da2e536f120f20f5edc5baef7c159e80407cb4f /forums
parent4c5a279249a44bc921cfab5535ab69abe0311030 (diff)
downloadFOSSEE-Forum-6d8f7a3c9153b995f086e5eda268fed19f6f7833.tar.gz
FOSSEE-Forum-6d8f7a3c9153b995f086e5eda268fed19f6f7833.tar.bz2
FOSSEE-Forum-6d8f7a3c9153b995f086e5eda268fed19f6f7833.zip
Subject: Add a new model field to an existing table
Description: 1. Add a new model field to an existing table using South without having to drop a table 2. Installed south and added it to INSTALLED_APPS in settings.py
Diffstat (limited to 'forums')
-rw-r--r--forums/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/forums/settings.py b/forums/settings.py
index c21d2e0..0399779 100644
--- a/forums/settings.py
+++ b/forums/settings.py
@@ -142,8 +142,8 @@ INSTALLED_APPS = (
'compressor',
'debug_toolbar',
'captcha',
- 'googlesearch',
- 'gtm',
+ 'south'
+
#'migrate_spoken',
)