This commit is contained in:
Samuel Clay 2010-10-30 07:14:45 -04:00
parent daebe0ccd9
commit 100b672bbe
2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,7 @@ def index(request):
feature_form = FeatureForm()
feed_count = 0
active_count = 0
train_count = 0
if request.user.is_authenticated():
feed_count = UserSubscription.objects.filter(user=request.user).count()

View file

@ -12,4 +12,4 @@ pyyaml
nltk
lxml
oauth2
pytz