Django model class error when adding a new class into models

前端 未结 0 877
半阙折子戏
半阙折子戏 2020-12-10 19:25

I have the following code:

models.py

    from django.db import models

    class Title(models.Model):
        title_name = models.Char         


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