datatracker/ietf/secr/console/urls.py
Henrik Levkowetz 5f053ad21a Cleaned up the remaining explicit url names, using dotted-paths to view
functions instead.  In all almost 700 changes.
 - Legacy-Id: 12923
2017-02-26 23:21:49 +00:00

8 lines
116 B
Python

from ietf.secr.console import views
from ietf.utils.urls import url
urlpatterns = [
url(r'^$', views.main),
]