Saving an Object (Data persistence)
I’ve created an object like this:
I’ve created an object like this:
I was hoping to write a python script to create some appropriate environmental variables by running the script in whatever directory I’ll be executing some simulation code, and I’ve read that I can’t write a script to make these env vars persist in the mac os terminal. So two things:
I need to store some data in a Django model. These data are not equal to all instances of the model.
All of the information I currently find on this matter is insufficient for my taste. It is either outdated, misleading or even wrong, seems overly complicated or not covering this specific question.