Re: DB API / administation as stand alone

2005-11-03 Thread David Pratt
Many thanks Adrian. I am really please for what this will mean to simplify my SQL development. Thank you for a really nice api that is very dynamic. Regards, David On Thursday, November 3, 2005, at 01:52 PM, Adrian Holovaty wrote: On 11/3/05, David Pratt <[EMAIL PROTECTED]> wrote: I eli

Re: DB API / administation as stand alone

2005-11-03 Thread Adrian Holovaty
On 11/3/05, David Pratt <[EMAIL PROTECTED]> wrote: > I eliminated the apps folder to make my structure more understandable > since an app can be made directly in the root of the project folder. > Should I expect any side effects from this? So far it is doing what I > expect. Nope, there shouldn'

Re: DB API / administation as stand alone

2005-11-03 Thread David Pratt
Hi Adrian and others. I am finding I can work with Django with minor changes in my project organization as Adrian had indicated. I eliminated the apps folder to make my structure more understandable since an app can be made directly in the root of the project folder. Should I expect any sid

Re: DB API / administation as stand alone

2005-11-02 Thread Vinay Sajip
Adrian Holovaty <[EMAIL PROTECTED]> writes: > If you're distributing your app, just bundle the Django codebase with > it. Django's BSD license makes that perfectly OK. > > Hope this answers your question...Post a response if you have any more > specific concerns. I have a similar question about

Re: DB API / administation as stand alone

2005-11-02 Thread David Pratt
Hi Adrian. Many thanks. I guess the thing I am trying to work out is a project structure to satisfy my wxPython development as well. In any case I'm going forward with this today and if I have questions, I'll repost. It would be nice, structurally if the database wrapping component of dj

Re: DB API / administation as stand alone

2005-11-02 Thread jimmy_zoso
Sorry by my poor english (I'm from Argentina). I'm in the same situation working in web-aplications with python-perl. I like django framework but I think that it need to be organized in more "plug and play" parts. Manuel Correa.

Re: DB API / administation as stand alone

2005-11-02 Thread Adrian Holovaty
On 11/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi. I am developing a stand alone desktop application but I like what > django can do as far as wrapping sql database interaction. Can someone > advise of a simple way to use just this part of django outside of > django as a whole. > > I

DB API / administation as stand alone

2005-11-01 Thread [EMAIL PROTECTED]
Hi. I am developing a stand alone desktop application but I like what django can do as far as wrapping sql database interaction. Can someone advise of a simple way to use just this part of django outside of django as a whole. I am currently working on one project using wxPython and want the djan