regluit/bisac/urls.py

6 lines
118 B
Python

from django.conf.urls.defaults import *
urlpatterns = patterns("",
url(r"^tree$", "regluit.bisac.views.tree"),
)