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:
parent
39b53dbfc7
commit
a6f7618854
10 changed files with 23 additions and 26 deletions
|
@ -1,6 +1,6 @@
|
|||
from django.shortcuts import render
|
||||
from django.http import HttpResponse, HttpResponseRedirect
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.urls import reverse
|
||||
from django.contrib.auth.decorators import login_required
|
||||
from instances.models import Instance
|
||||
from logs.models import Logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue