Answer the question
In order to leave comments, you need to log in
How to automatically populate inline in django admin?
Available online:
class PaymentInline(admin.TabularInline):
model = Payment
extra = 12
Answer the question
In order to leave comments, you need to log in
Well, there is an answer here: stackoverflow.com/questions/442040/pre-populate-an...
Should help...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question