first iteration

This commit is contained in:
Arvind Tiwari 2017-10-10 00:04:19 +05:30
commit 695a8687fd
11 changed files with 652 additions and 131 deletions

View file

@ -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',