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

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

Django Database API in standalone mode

2010-05-09 Thread Ozgur Yılmaz
Hi everybody, I'm writing an open source asset,resource and project manager for animation and vfx studios. And I want to use Django's database api to handle all the db stuff. In my system every project is going to have its own database (probably sqlite3 files in project root folder). So what is th

Re: Is any thing for python like .jar files for java.

2010-04-04 Thread Ozgur Yılmaz
python egg's E.Ozgur Yilmaz Lead Technical Director www.ozgurfx.com On Sun, Apr 4, 2010 at 11:12 PM, George Cox wrote: > On 9 Feb 2010, at 20:05, chiranjeevi muttoju wrote: > > > Is there any concept in python like .jar files in java. If anybody of you > know please reply me. > > This is not a

Re: static serve problem

2010-01-28 Thread Ozgur Yılmaz
Merhaba Ibrahim, sanirim hata surada: wrote: > Hi, > I've made what saying at > http://superjared.com/entry/requiring-login-entire-django-powered-site/ > url. But i cant import to my css file which stay under /extend/ > directory. I have diffrent apps and I can import with that that css > file.