Adjust urls in datacenterlight/hosting apps urls/views after refactor
This commit is contained in:
parent
b6eb72af7d
commit
47fd9a8f28
4 changed files with 6 additions and 83 deletions
|
|
@ -1,9 +1,10 @@
|
|||
from django.conf.urls import url
|
||||
from django.views.generic import TemplateView, RedirectView
|
||||
|
||||
from utils.views import AskSSHKeyView
|
||||
from .views import (
|
||||
IndexView, PaymentOrderView, OrderConfirmationView,
|
||||
WhyDataCenterLightView, ContactUsView, AskSSHKeyView
|
||||
WhyDataCenterLightView, ContactUsView
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue