Re: 'HttpResponse' object has no attribute 'rindex' error on 0.96

2008-04-19 Thread Ryan Vanasse
I should have known it was something that simple. Thank you Malcolm. ryan On Apr 19, 1:44 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2008-04-18 at 23:15 -0700, Ryan Vanasse wrote: > > [...] > > > My urls.py looks like this (I'm just getting started on this project.) > > > from

Re: 'HttpResponse' object has no attribute 'rindex' error on 0.96

2008-04-18 Thread Malcolm Tredinnick
On Fri, 2008-04-18 at 23:15 -0700, Ryan Vanasse wrote: [...] > My urls.py looks like this (I'm just getting started on this project.) > > from django.conf.urls.defaults import * > from theremnant.eventcalendar.views import upcomingEvents > > urlpatterns = patterns('', > # Example: > # (