hosting: fixed views function calls
This commit is contained in:
parent
0a83b1494d
commit
fd1b987bb6
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ from django.http import HttpResponseRedirect
|
|||
from django.core.urlresolvers import reverse
|
||||
|
||||
from django.core.mail import send_mail
|
||||
from django.core.mail import mail_managers
|
||||
|
||||
from .models import RailsBetaUser
|
||||
|
||||
|
|
Loading…
Reference in a new issue