first iteration
This commit is contained in:
parent
5e8b34d39c
commit
695a8687fd
11 changed files with 652 additions and 131 deletions
|
|
@ -12,6 +12,9 @@ from django.views.generic import RedirectView
|
|||
from django.core.urlresolvers import reverse_lazy
|
||||
import debug_toolbar
|
||||
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^index.html$', LandingView.as_view()),
|
||||
url(r'^open_api/', include('opennebula_api.urls',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue