vinoalterra

Results 3 comments of vinoalterra

similar issue on my case (build docker images from `tensorflow/tensorflow:1.8.0-py3`)

I had similar issue (just like @databu description) ### Test specs ``` - GIMP 2.10.32 - BIMP 2.6 - macOS Catalina (10.15.7) ``` ### References: - tutorial how to install:...

For current solution, I must set Model Meta with `managed = False` option ```python from dbview.models import DbView class ProductCategoriesCounterView(DbView): class Meta: managed = False db_table = "product_categories_counter" @classmethod def...