I see it in app_settings
that the project's settings file is looked at to derive the various properties.
Might not hurt to put that in prose at the top of configuration.
Maybe an example:
Example settings.py
config:
...
# django-invitations configuration
INVITATION_EXPIRY = 5
ALLOW_JSON_INVITES = True
...