Port the urls for lemonauth, lemonshort, micropub, and wellknowns to path()
This commit is contained in:
parent
e9c46f23db
commit
70e57e4155
4 changed files with 16 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
from django.conf.urls import url
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
app_name = 'micropub'
|
||||
urlpatterns = (
|
||||
url('^$', views.micropub, name='micropub'),
|
||||
path('', views.micropub, name='micropub'),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue