Adjust urls in datacenterlight/hosting apps urls/views after refactor

This commit is contained in:
PCoder 2019-07-01 08:09:37 +05:30
commit 47fd9a8f28
4 changed files with 6 additions and 83 deletions

View file

@ -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 = [