Skip to content

Commit

Permalink
Error fix - Missing import in signup view (token)
Browse files Browse the repository at this point in the history
  • Loading branch information
DEKHTIARJonathan committed Sep 23, 2017
1 parent b4e54c0 commit 12831b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feedcrunch_home/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
from django.shortcuts import render_to_response, redirect
from django.template import RequestContext, loader

from rest_framework.authtoken.models import Token

from feedcrunch.models import Country, Option, FeedUser

from custom_render import myrender as render
Expand Down

0 comments on commit 12831b5

Please sign in to comment.