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 side effects from this? So far it is doing what I
expect.
As far as the code in Django that will not be utilized by my app, I
plan on writing a script to strip folders and files that do not have
any to the to the db api (ie meta, db, settings etc) prior to bundling.
Regards,
David
Hi David,
That should be simple to do. In your wxPython app, just use the Django
database API as normal.
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.
Adrian
--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org
- Re: DB API / administation as stand alone David Pratt
-