I did cut of our settings

Here it is http://dpaste.com/75091/

Using your method I got no error but app_settings and INSTALLED_APPS
were cleaned up and contains nothing. Strange.

Thanks
Vitaly

On 4 Сер, 18:11, Michael <newmani...@gmail.com> wrote:
> On Tue, Aug 4, 2009 at 11:05 AM, Vitaly <hash...@gmail.com> wrote:
>
> > Oh, yeah, there was only place, but when I removed this code nothing
> > changed.
>
> > I do not know about this import
>
> > from django.utils.translation import ugettext_lazy as _
>
> This (and anything from utils ideally) shouldn't need settings top be
> configured.
>
> Try this:
>
> from django.conf import settings
>
> > settings.configure()
> > from fg.settings import INSTALLED_APP
>
> settings.INSTALLED_APP = INSTALLED_APP
>
> That should work, no matter what (Well unless there is a logic error in the
> fg.settings, but it should give you a better error message).
> Let me know how it goes,
>
> Michael
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to