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
b39bc2e078
regluit
/
bisac
/
urls.py
7 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
nit
2020-02-14 18:55:30 +00:00
from
django
.
conf
.
urls
import
url
patterns in urlpatterns are deprecated https://docs.djangoproject.com/en/1.9/releases/1.8/#s-django-conf-urls-p atterns Also, moved edit_user to libraryauth module with the rest of our user reg and auth.
2016-07-27 17:02:47 +00:00
from
.
views
import
tree
add json feed for bisac heading tree
2015-09-11 04:09:37 +00:00
patterns in urlpatterns are deprecated https://docs.djangoproject.com/en/1.9/releases/1.8/#s-django-conf-urls-p atterns Also, moved edit_user to libraryauth module with the rest of our user reg and auth.
2016-07-27 17:02:47 +00:00
urlpatterns
=
[
url
(
r
"
^tree$
"
,
tree
)
,
]