1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

convert django.core.urlresolver to django.urls. fix i18n. fix identation

This commit is contained in:
catborise 2020-01-24 10:09:46 +03:00
parent 39b53dbfc7
commit a6f7618854
10 changed files with 23 additions and 26 deletions

View file

@ -8,7 +8,7 @@ import string
import random
from bisect import insort
from django.http import HttpResponse, HttpResponseRedirect
from django.core.urlresolvers import reverse
from django.urls import reverse
from django.shortcuts import render, get_object_or_404
from django.utils.translation import ugettext_lazy as _
from django.contrib.auth.decorators import login_required