All Questions
2 questions
1
vote
1
answer
504
views
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 ...
3
votes
1
answer
981
views
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 ...