Merge pull request #822 from DevonDF/patch-1

Fixing typo in install.rst
This commit is contained in:
Garret Wassermann 2020-05-07 15:58:12 -04:00 committed by GitHub
commit 2ef9da7c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ errors with trying to create User settings.
'django.contrib.humanize', # Required for elapsed time formatting
'bootstrap4form', # Required for nicer formatting of forms with the default templates
'account', # Required by pinax-teams
'pinax.inviations', # required by pinax-teams
'pinax.invitations', # required by pinax-teams
'pinax.teams', # team support
'helpdesk', # This is us!
'reversion', # required by pinax-teams