8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2025-01-27 18:44:21 +00:00
re2o/logs/urls.py

8 lines
116 B
Python
Raw Normal View History

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