wq/wq.app

respect model default for field values

sheppard opened this issue · 1 comments

If a Django model field is defined with a default, that value should be propagated down through the configuration and used for new items on the client. Right now this only works when the screen is rendered by wq.db.

See also #76.