summaryrefslogtreecommitdiff
path: root/migrate_spoken
diff options
context:
space:
mode:
authorashwinishinde2015-03-18 14:46:34 +0530
committerashwinishinde2015-03-18 14:46:34 +0530
commit2e4a5f239283af883532e367bdb9d81c2c311f1c (patch)
tree8baf9fb9c634622cdf1b85d70ac4764f09946ad0 /migrate_spoken
parent130bb98ed8876aa48c94d98650729f6662024db1 (diff)
downloadFOSSEE-Forum-2e4a5f239283af883532e367bdb9d81c2c311f1c.tar.gz
FOSSEE-Forum-2e4a5f239283af883532e367bdb9d81c2c311f1c.tar.bz2
FOSSEE-Forum-2e4a5f239283af883532e367bdb9d81c2c311f1c.zip
Subject:FOSSEE forum registration and category
Description: 1) Registartion 2) added fossee category 3) removed Issues 4) removed Tutorials 5) resolve MyQuestion and MyAnswer Uid problem
Diffstat (limited to 'migrate_spoken')
-rw-r--r--migrate_spoken/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/migrate_spoken/views.py b/migrate_spoken/views.py
index fc56c25..bbf81bd 100644
--- a/migrate_spoken/views.py
+++ b/migrate_spoken/views.py
@@ -1,6 +1,6 @@
from django.shortcuts import render
from django.http import HttpResponse, HttpResponseRedirect
-from website.models import Question, Answer, AnswerComment, Notification
+#from website.models import Question, Answer, AnswerComment, Notification
from migrate_spoken.models import OldUsers
from spoken_auth.models import Users
# Create your views here.