On Tue, 2011-11-22 at 04:57 +, Asif Jamadar wrote:
> Thank you for your information. I'm using django_modeltranslation that
> did the trick for me.
me too
--
regards
Kenneth Gonsalves
___
BangPypers mailing list
BangPypers@python.org
http://mail.py
Thank you for your information. I'm using django_modeltranslation that did the
trick for me.
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers
On Mon, 2011-11-21 at 06:23 +, Asif Jamadar wrote:
> If i run my source code using django 1.3 & python 2.6 on ubuntu,
> transmeta is not working.
>
> But If i run the same code using django 1.2.1 & python 2.7 on windows
> transmeta is working.
>
> Now is this python version issue? or django v
If i run my source code using django 1.3 & python 2.6 on ubuntu, transmeta is
not working.
But If i run the same code using django 1.2.1 & python 2.7 on windows transmeta
is working.
Now is this python version issue? or django version issue? Or apache
configuration issue on ubuntu
On Mon, 2011-11-21 at 04:17 +, Asif Jamadar wrote:
> In one of my django application I'm using transmeta for switching
> between the languages. This transmeta is not working when I use my
> application with mysql, but if I use the same source code with sqlite
> transmeta will work perfectly. So
In one of my django application I'm using transmeta for switching between the
languages. This transmeta is not working when I use my application with mysql,
but if I use the same source code with sqlite transmeta will work perfectly. So
what may be the cause with mysql? Thanks in advance
Regard