diff options
author | ashwinishinde | 2015-03-18 14:46:34 +0530 |
---|---|---|
committer | ashwinishinde | 2015-03-18 14:46:34 +0530 |
commit | 2e4a5f239283af883532e367bdb9d81c2c311f1c (patch) | |
tree | 8baf9fb9c634622cdf1b85d70ac4764f09946ad0 /migrate_spoken | |
parent | 130bb98ed8876aa48c94d98650729f6662024db1 (diff) | |
download | FOSSEE-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.py | 2 |
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. |