forked from 00dani/lemoncurry
Start implementing webmention receiving :o the status page is ugly and there's no actual verification yet, but good start at least ;)
This commit is contained in:
parent
b3fb0a8600
commit
169f0687cb
9 changed files with 154 additions and 0 deletions
|
@ -89,6 +89,7 @@ INSTALLED_APPS = [
|
|||
'lemonauth',
|
||||
'micropub',
|
||||
'users',
|
||||
'webmention',
|
||||
'wellknowns',
|
||||
]
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ urlpatterns = [
|
|||
url('^auth/', include('lemonauth.urls')),
|
||||
url('^micropub', include('micropub.urls')),
|
||||
url('^s/', include('shorturls.urls')),
|
||||
url('^webmention', include('webmention.urls')),
|
||||
|
||||
url(r'^django-rq/', include('django_rq.urls')),
|
||||
url(r'^sitemap\.xml$', sitemap.index, maps, name='sitemap'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue