Skip to content

Commit

Permalink
Merge pull request #114 from ckkz-it/patch-1
Browse files Browse the repository at this point in the history
fixed INVITATIONS_INVITATION_MODEL
  • Loading branch information
bee-keeper authored Mar 7, 2019
2 parents c674c54 + d3736c7 commit 9802e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Bulk invites are supported via JSON. Post a list of comma separated emails to t

If set to `None` (the default), invitation email subjects will be prefixed with the name of the current Site in brackets (such as `[example.com]`). Set this to a string to for a custom email subject prefix, or an empty string for no prefix.

* `INVITATION_MODEL` (default=`invitations.Invitation`)
* `INVITATIONS_INVITATION_MODEL` (default=`invitations.Invitation`)

App registry path of the invitation model used in the current project, for customization purposes.

Expand Down

0 comments on commit 9802e24

Please sign in to comment.