This website requires JavaScript.
Explore
Help
Register
Sign In
EbookFoundation
/
regluit
mirror of
https://github.com/EbookFoundation/regluit.git
Watch
1
Star
0
Fork
You've already forked regluit
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
37a5486abe
regluit
/
bisac
/
urls.py
7 lines
102 B
Python
Raw
Blame
History
from
django
.
conf
.
urls
import
url
from
.
views
import
tree
urlpatterns
=
[
url
(
r
"
^tree$
"
,
tree
)
,
]
Reference in New Issue
View Git Blame
Copy Permalink