Re: Installing an app in a sub-directory of another site (urls question)

2008-11-01 Thread bluefireredsky
Hi, The reason is because of the preceding "/" in your HttpResponseRedirect. You could try to redirect to "success/" or to "../success/" based on which may be applicable to you. Cheers On Nov 1, 5:51 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi guys, > > I installed my app on a

Deploying multiple django applications in a single apache server

2008-11-01 Thread bluefireredsky
Hello, I have followed the link from django documentation on deploying an application to apache2. http://docs.djangoproject.com/en/dev/howto/deployment/modpython/ I have two applications, which I would like to run on two different ports on the server. Basically one being an administrative

Re: i18n all languages not displayed

2008-10-21 Thread bluefireredsky
Great! It works like a charm! Thank you. On Oct 21, 12:33 pm, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Wiadomość napisana w dniu 2008-10-21, o godz. 09:30, przez Jarek Zgoda: > > > > > > >> gettext = lambda s: s > > >> LANGUAGES = ( > >>            ('en', gettext('English')), > >>            

i18n all languages not displayed

2008-10-21 Thread bluefireredsky
Hi, I am implementing an i18n for a web application. The customer requires support for certain Indian languages such as Hindi and Tamil. I had refered to http://www.i18nguy.com/unicode/language-identifiers.html for identifying the respective language codes. I am not able to get it working for