>
> On Tue, Aug 4, 2009 at 11:29 AM, Vitaly <hash...@gmail.com> wrote:


> 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
>

Why not just:

from django.conf import settings

from fg import settings as my_settings



settings.configure(my_settings)


Could make your life easier.

Hope that helps,

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