How do I add arbitrary fields to a model in Django/MongoDB -


i thought part of power of mongodb being able add arbitrary fields db model @ time. in django mongodb, can add field model @ time without having merge everything, how add field 1 "row" in db table. in other words, don't want add field model definition, because may show on 1 or 2 rows, instead should added when row saved database.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -