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 ...
5
votes
3
answers
2k
views
Should we have a database independent SQL like query language in Django?
Note :
I know we have Django ORM already that keeps things database independent and converts to the database specific SQL queries.
Once things starts getting complicated it is preferred to write raw ...