fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix
[redakcja.git]
/
src
/
catalogue
/
urls.py
diff --git
a/src/catalogue/urls.py
b/src/catalogue/urls.py
index
2b4301b
..
d4fd6b6
100644
(file)
--- a/
src/catalogue/urls.py
+++ b/
src/catalogue/urls.py
@@
-18,4
+18,6
@@
urlpatterns = [
path('terms/author/', views.AuthorTerms.as_view()),
path('terms/editor/', views.EditorTerms.as_view()),
+
+ path('wikidata/<slug:model>/<qid>', views.WikidataView.as_view()),
]