As I see there is no way to avoid this error. Django says that using django.conf.settings.configure more than one causes that error and as far as I understand it is a design issue.
I looked at Elixir and found it very useful and nice, but somehow I wanted to stick to Django, I think it is because Django has some already written features I like, like the User, Comment models, the admin interface, a very comprehensive documentation etc., so sticking with Django comes naturally. Thus, I've changed my design. The previous design was build over using more than one database for every project. I was going to use this, because I wanted to have a more flexible design, that lets me backup and delete a project with all its file and database at once. Now I should use a central database, actually this will be more useful than the previous one. The biggest improvement will be that I'll be able to see all the projects at once... Anyway this is not the place to talk all of these... Thank you all... I'm appreciated your help, thank you again... E.Ozgur Yilmaz Lead Technical Director www.ozgurfx.com On Sat, May 15, 2010 at 4:11 AM, Joshua Partogi <joshua.part...@gmail.com>wrote: > Thanks Nabil, > > I am also looking for something that is as simple as Django ORM but a > standalone ORM that is not tightly coupled. I also like the > ActiveRecord's syntax of Elixir. > > Kind regards, > Joshua > > -- > http://twitter.com/scrum8 > > On May 14, 7:51 am, Nabil Servais <nabil.serv...@gmail.com> wrote: > > Hello > > Le 14 mai 2010 à 16:47, Ozgur Yılmaz a écrit : > > > > > Hi everybody, > > > > > Do anyone knows a Python Database framework, which resembles Django's > approach to database programming? > > > > Yes, Elixir :http://elixir.ematia.de/trac/wiki. > > > > > I need it to use outside of Django, for other Python scripts. > > > > > Best regards, > > > > > E.Ozgur Yilmaz > > > Lead Technical Director > > >www.ozgurfx.com > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.