mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
cats
This commit is contained in:
parent
c3b26df0da
commit
16ad8057e3
1 changed files with 1 additions and 3 deletions
|
|
@ -9,9 +9,7 @@ urlpatterns = patterns('django.views.generic.list_detail',
|
|||
url(
|
||||
r'^$', 'object_list', categorytree_dict, name='categories_tree_list'
|
||||
),
|
||||
#url(
|
||||
# r'^(?P<slug>[\w-]+)/$', 'object_detail', categorytree_dict, name='categories_tree'
|
||||
#),
|
||||
./
|
||||
)
|
||||
|
||||
urlpatterns += patterns('categories.views',
|
||||
|
|
|
|||
Loading…
Reference in a new issue