Say, for example, I have a blog application that I want to use for different projects, but I always want the Blog to be associated with some other model. For example, in one case, I want it to be associated with a user:
site.com/someuser/blog
But on another site, I want it to be associated, say, with a school:
site.com/someschool/blog
Is there a way to make the Blog app plug-in so that there is no need to redefine the model (by adding a foreign key field) when I drop it into the project?
django django-models django-apps
rick
source share