Skip to content

Commit

Permalink
turned login/reg on in dev settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenarbw committed Dec 23, 2024
1 parent 2224e8a commit 1a69fed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/settings_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@

EMAIL_BACKEND = "django.core.mail.backends.filebased.EmailBackend"
EMAIL_FILE_PATH = BASE_DIR / "gitignore/emails" # noqa: F405


FEATURE_FLAGS["USER_LOGIN_REG"] = True # noqa: F405

0 comments on commit 1a69fed

Please sign in to comment.