Re: Python Database Framework

2010-05-16 Thread Ozgur Yılmaz
Nabil Servais 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? > > > &g

Re: Python Database Framework

2010-05-14 Thread Joshua Partogi
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

Re: Python Database Framework

2010-05-14 Thread Ozgur Yılmaz
Now I'm stuck... As you guys pointed to me, I've searched the web for DJANGO_SETTINGS_MODULE and found that I can use django.conf.settings to set the settings and that allowed me to use django in standalone scripts. To be more clear I use: from django.conf import settings then in the code somew

Re: Python Database Framework

2010-05-14 Thread Masklinn
On 2010-05-14, at 17:21 , Tom Evans wrote: > > Alternatively, all django needs to run is the import location of the > settings module [2]. Set it in DJANGO_SETTINGS_MODULE, and then you > can just write standard python scripts, importing django bits as > needed. There are also hacks which let you

Re: Python Database Framework

2010-05-14 Thread Shawn Milochik
There's SQLAlchemy, but it's not nearly as simple as the Django ORM. However, nobody's stopping you from using the Django ORM (or the templates) in other projects that don't use the rest of Django. You will have to make a minimum settings.py or make certain values available in the scope of your

Re: Python Database Framework

2010-05-14 Thread Tom Evans
On Fri, May 14, 2010 at 4:12 PM, Ozgur Yılmaz wrote: > thanks guys for being that fast... > > Elixir seems what I'm looking for... > > Russel: I've tried to figure out how to use the Djanog-ORM, but I couldn't > find any good way other than using Djanog-Standalone > (http://pypi.python.org/pypi/dj

Re: Python Database Framework

2010-05-14 Thread thanos
Django is great and I've writing quite a lot with it but my projects need dynamic multiple database connections. Now with 1.2 I might do things differently. But I would miss elixir.ext.versioned ! thanos On May 14, 11:07 am, Jirka Vejrazka wrote: > > Do anyone knows a Python Databas

Re: Python Database Framework

2010-05-14 Thread Ozgur Yılmaz
; Elixir is cool. I used it with > http://elixir.ematia.de/apidocs07/elixir.ext.versioned.html > and it saved my bacon ! > > > > On May 14, 10:51 am, Nabil Servais wrote: > > Hello > > Le 14 mai 2010 à 16:47, Ozgur Yılmaz a écrit : > > > > > Hi everybody

Re: Python Database Framework

2010-05-14 Thread Jirka Vejrazka
> Do anyone knows a Python Database framework, which resembles Django's > approach to database programming? I need it to use outside of Django, for > other Python scripts. Any reason why you wouldn't Django itself? I do use the ORM to multiple projects that have no relation

Re: Python Database Framework

2010-05-14 Thread thanos
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

Re: Python Database Framework

2010-05-14 Thread Russell Keith-Magee
On Fri, May 14, 2010 at 10:47 PM, Ozgur Yılmaz wrote: > Hi everybody, > > Do anyone knows a Python Database framework, which resembles Django's > approach to database programming? I need it to use outside of Django, for > other Python scripts. Is there some fundamental reason

Re: Python Database Framework

2010-05-14 Thread Masklinn
On 2010-05-14, at 16:47 , Ozgur Yılmaz wrote: > > Hi everybody, > > Do anyone knows a Python Database framework, which resembles Django's > approach to database programming? I need it to use outside of Django, for > other Python scripts. Well you could use Django itself,

Re: Python Database Framework

2010-05-14 Thread Nabil Servais
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

Python Database Framework

2010-05-14 Thread Ozgur Yılmaz
Hi everybody, Do anyone knows a Python Database framework, which resembles Django's approach to database programming? 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 yo