remove ajax_filtered_fields from urls
This commit is contained in:
parent
2113e3fd47
commit
f44d21a424
|
@ -43,7 +43,7 @@ urlpatterns = patterns('',
|
||||||
(r'emailsignuplist', 'festival.views.email_signups'),
|
(r'emailsignuplist', 'festival.views.email_signups'),
|
||||||
(r'^favicon.ico$', 'django.views.generic.simple.redirect_to', {'url': '/static/images/favicon.ico'}),
|
(r'^favicon.ico$', 'django.views.generic.simple.redirect_to', {'url': '/static/images/favicon.ico'}),
|
||||||
|
|
||||||
(r'^ajax_filtered_fields/', include('ajax_filtered_fields.urls')),
|
# (r'^ajax_filtered_fields/', include('ajax_filtered_fields.urls')),
|
||||||
# Uncomment the next line to enable the admin:
|
# Uncomment the next line to enable the admin:
|
||||||
(r'^$', 'festival.views.home')
|
(r'^$', 'festival.views.home')
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user