Judge add or change view in Admin

linkaiyi
Follow

change Form depending on add or change view

class CourseAdminForm(forms.ModelForm):
    def __init__(self, *args, **kwargs):
        super(CourseAdminForm, self).__init__(*args, **kwargs)

        # self.fields['get_learn_time'].label = 'Schulungdauer'
        # self.fields['get_learn_time'].help_text = 'Zeitdauer der gesamten Schulung'
        if self.instance:
            self.fields['image'].required = False
Object has 0 attachments

Was this article helpful?

This article is viewed 28 times!

0 Comments

Leave a Comment

Support