I have functionality that want several apps in my project to use
(uploading of files), but replicating the functionality each time to
maintain seperation would be a real kludge ... what is the best way to
approach this? Subclass another model but include no new functionality
... ?
Also, while I'll trying to find an elegant way to intermingle things
here, Id like a welcome page for my members that draws stats from
various apps ('you have x pages, x images', etc), however member
functionality belongs to one app and the other data to theirs - can a
model be imported by another and then be queried?
Thanks,
Alice