fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Cover quick import fix.
[redakcja.git]
/
src
/
depot
/
urls.py
1
from django.urls import path
2
from . import views
3
4
5
urlpatterns = [
6
path(
7
'legimi-publish/<int:book_id>/',
8
views.LegimiPublishView.as_view(),
9
name='depot_legimi_publish'
10
)
11
]