mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-07 21:04:36 +00:00
convert django.core.urlresolver to django.urls. fix i18n. fix identation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import json
|
||||
from django.utils import timezone
|
||||
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.contrib.auth.decorators import login_required
|
||||
from computes.models import Compute
|
||||
|
||||
Reference in New Issue
Block a user