Currently, when creating new items, I'm always given three inlines by default for all of my inline editors. Is there a way to specify a different number of inlines by default?
On the inline class, specify extra
:
class EmailInline(models.TabularInline):
model = Email
extra = 1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With