[Fixed]-Django – refresh database

1👍

The verbose_name_plural is evaluated once when the module loads. You shouldn’t use database queries to set it. There isn’t a nice way to make it dynamic.

Leave a comment