added dollar
This commit is contained in:
parent
48b9822a3f
commit
3abb611fdb
|
@ -12,7 +12,7 @@ urlpatterns = patterns('',
|
||||||
# Example:
|
# Example:
|
||||||
# (r'^trubox/', include('trubox.foo.urls')),
|
# (r'^trubox/', include('trubox.foo.urls')),
|
||||||
(r'^$', 'deals.views.index'),
|
(r'^$', 'deals.views.index'),
|
||||||
(r'^search/', 'deals.views.search'),
|
(r'^search/$', 'deals.views.search'),
|
||||||
# Uncomment the admin/doc line below to enable admin documentation:
|
# Uncomment the admin/doc line below to enable admin documentation:
|
||||||
(r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
(r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user