All Questions
2 questions
1vote
1answer
504views
How can I model unknown and an unknown number of attributes on an object?
My example might be slightly contrived, because I've modified it so that the project isn't recognizable by my employer. I'm a newer developer at a very small company. We have an object - Posts - that ...
3votes
1answer
981views
Django: caching properties for non-changing entries
I am wondering if it is a good idea to do the following: I have a Django model (which is related to a migration, therefore it has a database entry) with a bunch of properties. Accessing these are ...