Re: urlresolver and custom Site model?

2011-12-09 Thread aleksandra.tarkow...@googlemail.com
Great thanks for that. It definitely works now. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to

Re: urlresolver and custom Site model?

2011-12-07 Thread Andres Reyes
Also you can use FORCE_SCRIPT_NAMEin your settings 2011/12/7 Daniel Roseman > On Wednesday, 7 December 2011 12:49:47 UTC, aleksandra...@googlemail.comwrote: >> >> Hello everyone >> >> Becuase I do not

Re: urlresolver and custom Site model?

2011-12-07 Thread Daniel Roseman
On Wednesday, 7 December 2011 12:49:47 UTC, aleksandra...@googlemail.com wrote: > > Hello everyone > > Becuase I do not use django database at all my application currently > can't be deployed to a custom location different from "/" quite > simply. I use {% url ... %} template tags within

urlresolver and custom Site model?

2011-12-07 Thread aleksandra.tarkow...@googlemail.com
Hello everyone Becuase I do not use django database at all my application currently can't be deployed to a custom location different from "/" quite simply. I use {% url ... %} template tags within templates and django.core.urlresolvers.reverse to populate urls. The problem is that if I deploy