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

Skip to content

Commit 4042770

Browse files
jluccheseczpython
authored andcommitted
Add import MyApp model to the forms.py (django-cms#6051)
1 parent 440ff84 commit 4042770

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