ValueError returning a function from a function in a model during makemigrations

后端 未结 0 439
北海茫月
北海茫月 2021-01-28 19:31

I have a model defined in Django 3.1 like

class MyModel(models.Model):
    def get_path(path):
        def wrapper(instance, filename):
            # code to make         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题