8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00
re2o/logs/urls.py

8 lines
116 B
Python
Raw Normal View History

2016-10-31 16:27:27 +00:00
from django.conf.urls import url
from . import views
urlpatterns = [
url(r'^$', views.index, name='index'),
]