Re: how to combine multiple related applications in one project/site

2013-05-06 Thread Bill Freeman
I guess you have to decide whether these features are django apps or not, though the difference is primarily whether or not you list them in settings.INSTALLED_APPS (which lets them have models and/or a presence in the admin). Either way, the "correct" form for some interrelated group of python

how to combine multiple related applications in one project/site

2013-05-01 Thread Sells, Fred
We're a small organization with limited sysadmin support and a low thruput requirement. I've got some common features that are evolving that are used in all projects, even though the projects themselves are unrelated and on different servers. I have a very specific logging function to a mysql