added datacenterlight
This commit is contained in:
parent
3da05e8025
commit
abfab6915c
88 changed files with 15933 additions and 0 deletions
8
datacenterlight/urls.py
Normal file
8
datacenterlight/urls.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from django.conf.urls import url
|
||||
|
||||
from .views import IndexView
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^/?$', IndexView.as_view(), name='index'),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue