Skip to content

Commit bb9874c

Browse files
committed
Added missing django.db.models import to docs
1 parent 201c071 commit bb9874c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/extending_cms/extending_examples.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ poll and lets the user vote.
3535

3636
In your poll application's ``models.py`` add the following::
3737

38+
from django.db import models
3839
from cms.models import CMSPlugin
3940
4041
class PollPlugin(CMSPlugin):

0 commit comments

Comments
 (0)