I have just started playing around with django. I can foresee one app generating data that another could use (bad example: a geomatics app crunching complex data to generate simple location data to pass to another app that uses the data to decide some sort of business logic). Having never done any web programming with frameworks, my first thought was ….globals… But thats obviously not a “good thing”!
Share
Return a key to the client (either via a cookie or in the session) that can be used to retrieve the information from a datastore when needed.