Django Model Admin: How to auto assign and hide created_by field with current user and display after save?

后端 未结 0 1535
面向向阳花
面向向阳花 2020-12-29 14:42

I am working certain model Accounting which consists of following model attributes.

class Accounting(model.Model):
    booking = models.OneToOneField(Booking         


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