translations and test methods removed
This commit is contained in:
parent
e045caebbe
commit
8393afe141
3 changed files with 19 additions and 8 deletions
|
|
@ -10,11 +10,8 @@ from .views import (
|
|||
HostingBillDetailView, SSHKeyDeleteView, SSHKeyCreateView, SSHKeyListView,
|
||||
SSHKeyChoiceView, DashboardView, SettingsView)
|
||||
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
url(r'test/?$', TemplateView.as_view(template_name='hosting/virtual_machine_detail.html')),
|
||||
url(r'index/?$', IndexView.as_view(), name='index'),
|
||||
url(r'django/?$', DjangoHostingView.as_view(), name='djangohosting'),
|
||||
url(r'dashboard/?$', DashboardView.as_view(), name='dashboard'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue