Fix some docs and migrations in prep for 0.3 release, see #878

This commit is contained in:
Garret Wassermann
2021-08-20 02:05:21 -04:00
parent 8a40ceeddd
commit 1559333993
7 changed files with 66 additions and 9 deletions

View File

@ -38,12 +38,11 @@ INSTALLED_APPS = [
'django.contrib.sites',
'django.contrib.humanize',
'bootstrap4form',
'account', # Required by pinax-teams
'pinax.invitations', # required by pinax-teams
'pinax.teams', # team support
'helpdesk', # This is us!
'reversion', # required by pinax-teams
'helpdesk', # This is us!
]
MIDDLEWARE = [