Django3: How to display the results of a model function into an HTML template and/or Admin

前端 未结 0 866
感动是毒
感动是毒 2020-12-01 06:12

So I have the following Classes one for user and one for "Project":

class CustomUser(AbstractUser):
    pass



class Project(models.Model):
    id          


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