Re: How to change language by clicking on link (using GET not POST) (set_language redirect)

2008-04-14 Thread prz
Simon Tite wrote: > The documentation on how the user can change the language of a page/ > site (from: http://www.djangoproject.com/documentation/i18n/), in the > section "The set_language redirect view", gives the following code: > instead of the ponderous ruminations of the the venerous [E

Re: How to organize a django website

2008-02-06 Thread prz
Daniel Roseman wrote: > > On Feb 6, 1:17 pm, Brandon Taylor <[EMAIL PROTECTED]> wrote: > >> Hello everyone, >> >> I'm just getting started, so please bear with me. How should I >> organize my website? I haven't seen a definitive example of where to >> put settings files, templates, applications

Re: In need of a more flexible URL routing scheme...

2008-02-04 Thread prz
Kyle Fox wrote: > I've been having a hard time figuring out how to solve this problem: > > We're building *another* django blogging app, but we want the app to > support multiple blogs on the same site, ideally by having each Blog > "mounted" on it's own URL, ie: "/politics/" is a Blog, "/tumbles/

Re: run multiple django app's on server

2008-01-30 Thread prz
[EMAIL PROTECTED] wrote: > That's the weird thing, > > If we restart httpd.conf the python code will be compiled in some > cases it will show one of the projects for both ports and in a other > case it will show the other for both ports without altering anything > to the code. Both are working fin