Re: Reversed URLs problem

2010-02-08 Thread Karen Tracey
On Mon, Feb 8, 2010 at 4:06 PM, adambossy wrote: > Hey folks, thanks for the responses. Your questions alone helped me > find the answer. Apparently, it was a problem with my apache2 > configuration. I basically copied the directives from the django > website, with one small modification: > > > h

Re: Reversed URLs problem

2010-02-08 Thread adambossy
Hey folks, thanks for the responses. Your questions alone helped me find the answer. Apparently, it was a problem with my apache2 configuration. I basically copied the directives from the django website, with one small modification: http://docs.djangoproject.com/en/dev/howto/deployment/modpython/#

Re: Reversed URLs problem

2010-02-07 Thread Karen Tracey
On Sun, Feb 7, 2010 at 4:12 AM, Daniel Roseman wrote: > If all URLs work both with and without a prefix, it would seem that > you've somehow duplicated your URL definitions somewhere. Could you > post your entire urls.py? Preferably somewhere like dpaste.com. > Also some information about deploym

Re: Reversed URLs problem

2010-02-07 Thread Daniel Roseman
On Feb 7, 1:12 am, adambossy wrote: > Hi folks, I'm having trouble with reversed urls when they are being > called as template tags. I posted my question on Stack Overflow last > week with no adequate responses. I'll copy it here (with slight > modifications) for convenience. > > http://stackoverf

Reversed URLs problem

2010-02-06 Thread adambossy
Hi folks, I'm having trouble with reversed urls when they are being called as template tags. I posted my question on Stack Overflow last week with no adequate responses. I'll copy it here (with slight modifications) for convenience. http://stackoverflow.com/questions/2189119/project-name-inserted-