Skip to content

Commit

Permalink
Merge pull request readthedocs#6177 from readthedocs/davidfischer/spa…
Browse files Browse the repository at this point in the history
…mfighting-to-installed-apps

Add the private spamfighting module to INSTALLED_APPS
  • Loading branch information
agjohnson authored Sep 24, 2019
2 parents 0034c1a + 47bf87f commit bb73345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def INSTALLED_APPS(self): # noqa
apps.append('django_countries')
apps.append('readthedocsext.donate')
apps.append('readthedocsext.embed')
apps.append('readthedocsext.spamfighting')
return apps

@property
Expand Down

0 comments on commit bb73345

Please sign in to comment.