Django Application Model Reference

Dreyton Scott drekscott at gmail.com
Wed Nov 2 13:44:27 EDT 2016


On Wednesday, November 2, 2016 at 1:40:35 PM UTC-4, Dreyton Scott wrote:
> Hello. I am currently creating a notification django application that will need to be able to "hook" into another django application. What my app needs is a way to retrieve all model classes in the connected application. Is there a way to do this?

In a way such that my app (a) is connected to app (b). Have (a) retrieve all model class instances in the connected app (b). Is that possible?



More information about the Python-list mailing list