8000 Add import MyApp model to the forms.py (#6051) · django-cms/django-cms@bbf4351 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit bbf4351

Browse files
jluccheseczpython
authored andcommitted
Add import MyApp model to the forms.py (#6051)
1 parent 3bbde0b commit bbf4351

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/how_to/wizards.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ And you need a form::
5454
# my_apps/forms.py
5555

5656
from django import forms
57+
58+
from .models import MyApp
5759

5860
class MyAppWizardForm(forms.ModelForm):
5961
class Meta:

0 commit comments

Comments
 (0)
0