Skip to content

Commit

Permalink
Merge pull request #174 from daynejones/task/getting-started-typo
Browse files Browse the repository at this point in the history
Fixes what I think was a typo
  • Loading branch information
dominno authored May 23, 2019
2 parents 565481f + d7f78a3 commit 0416c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ Then add all of your moderation classes to a ``moderator.py`` file in an app and
.. code-block:: python
from moderation import moderation
from moderation.db import ModeratedModel
from moderation.moderator import GenericModerator
from yourapp.models import YourModel, AnotherModel
class AnotherModelModerator(ModelModerator):
class AnotherModelModerator(GenericModerator):
# Add your moderator settings for AnotherModel here
Expand Down

0 comments on commit 0416c3f

Please sign in to comment.