Re: Django 1.7 problem

2015-01-07 Thread Andreas Kuhne
Ok, What I did was modify how the dbgettext plugin loaded and changed the registrations of the models. You shouldn't have this problem without the plugin. Can you get the server to run without apache? If you just use manage.py runserver? Regards, Andréas 2015-01-07 21:23 GMT+01:00 sarfaraz ahm

Re: Django 1.7 problem

2015-01-07 Thread sarfaraz ahmed
I have posted the entire issue in another post. After that I found your reply. https://groups.google.com/forum/#!topic/django-users/mOJRvLYjzDs I m beginner in Django. I have configured Django/Python/ Apache/Mod_wsgi on EC2 Amazon Windows instance. I see the similar error. I am not using any p

Re: Django 1.7 problem

2015-01-07 Thread Andreas Kuhne
Hi Sarfaraz, Are you also having problems with the dbgettext plugin? Or is it with another plugin? Regards, Andréas 2015-01-07 18:40 GMT+01:00 sarfaraz ahmed : > I believe i am too facing the same issue. But from above conversation I am > not able to get solution of this issue. Could please he

Re: Django 1.7 problem

2015-01-07 Thread sarfaraz ahmed
I believe i am too facing the same issue. But from above conversation I am not able to get solution of this issue. Could please help me. Regards, Sarfaraz Ahmed On Thursday, 4 December 2014 15:21:59 UTC+5:30, Andréas Kühne wrote: > > 2014-12-04 1:39 GMT+01:00 Carl Meyer >: > >> Hi Andreas, >> >

Re: Django 1.7 problem

2014-12-04 Thread Andreas Kuhne
2014-12-04 1:39 GMT+01:00 Carl Meyer : > Hi Andreas, > > On 12/03/2014 01:34 PM, Andreas Kuhne wrote: > > I am trying to migrate our current website to django 1.7. > > > > Currently we are using a plugin called django-dbgettext to get parts of > our > > database translated (we are running in 10 di

Re: Django 1.7 problem

2014-12-03 Thread Carl Meyer
Hi Andreas, On 12/03/2014 01:34 PM, Andreas Kuhne wrote: > I am trying to migrate our current website to django 1.7. > > Currently we are using a plugin called django-dbgettext to get parts of our > database translated (we are running in 10 different languages). The problem > is that django-dbget