upgrade django
This commit is contained in:
parent
e8fa8f6d13
commit
7ed4a39b36
9 changed files with 77 additions and 39 deletions
|
|
@ -15,7 +15,8 @@ from django.http import HttpResponse, HttpResponseRedirect
|
|||
from django.shortcuts import get_object_or_404
|
||||
from django.shortcuts import render
|
||||
from django.shortcuts import render
|
||||
from django.utils.translation import ugettext as _
|
||||
# from django.utils.translation import ugettext as _
|
||||
from django.utils.translation import gettext as _
|
||||
|
||||
import smbpasswd
|
||||
from account.cbase_members import retrieve_member, MemberValues
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue