How to auto increment a model field in django admin form by having add another on the side?

前端 未结 0 1972
天命终不由人
天命终不由人 2020-12-20 19:23

I have this model:

class BlogPost(models.Model):
    author = models.CharField(max_length=64, default=\'Admin\')    
    image = models.ImageField(blank=True,         


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