Re: MOD_PYTHON ERROR

2009-09-19 Thread W3
Thanks Karen, that was it, I thought i had deleted it but it managed to sneak in there twice somehow, so one was left. On 19 Sep, 02:21, Karen Tracey wrote: > On Fri, Sep 18, 2009 at 4:38 PM, When ideas fail > wrote: > > > > > Hello, can someone tell me what this error means? It seems to be > >

Re: URL Tag

2009-09-24 Thread W3
Sorry the url.py is like so: ('^myposts/$', 'myproject.myapp.views.blog'), (r'^myposts/(?P.+)/$', 'myproject.myapp.views.title_view'), On 24 Sep, 20:17, When ideas fail wrote: > Hello, I was wondering if somebody could tell me what i'm doing wrong. > > I keep getting this error relating to a ur

Re: URL Tag

2009-09-24 Thread W3
Yes, I actually just tried that a few seconds ago and now it works. Thanks Andrew On 24 Sep, 20:48, Emiel van de Laar wrote: > On Sep 24, 2009, at 9:20 PM, W3 wrote: > > > > > Sorry the url.py is like so: > > > ('^myposts/$', 'myproje

Re: Named URL Patterns -- Syntax Error

2009-09-25 Thread W3
Thanks, that was it. Bit of a simple one I probably should have spotted. Andrew On 25 Sep, 19:42, Tim Chase wrote: > > Can somebody tell me why i get a syntax error with this named URL > > pattern? > > > urlpatterns = patterns('', > >     url(r'^feed/(?P.*)/$', > >     'django.contrib.syndicati