add instagen

This commit is contained in:
2022-06-02 15:27:15 -05:00
parent cd503f639c
commit bdefd57260
121 changed files with 362 additions and 25 deletions

View File

@@ -64,7 +64,7 @@ INSTALLED_APPS += ["django_extensions"] # noqa F405
# Your stuff...
# ------------------------------------------------------------------------------
INSTALLED_APPS += ["teamsnap"]
ACCOUNT_AUTHENTICATION_METHOD = "email"
ACCOUNT_EMAIL_REQUIRED = True
ACCOUNT_USERNAME_REQUIRED = False