store within Postgres. You can use it similar to how you would use a dictionary within another language […] – Craig Kerstiens, Postgres Guide http://postgresguide.com/sexy/hstore.html • CREATE EXTENSION hstore;
• provides model field and form field • pip install djorm-ext-pgarray • or… • https://github.com/ntucker/djorm-ext-pgarray (better tag string parsing in ArrayFormField)