Certain settings (secret key, gmail outgoing auth info) should remain private in production, though this change was made primarily to support Google Mail/Auth feature testing in development. Using the django-decouple library, these settings were moved to a .env file that isn't committed to Github.
An up-to-date .env file will be available on Discord.
Certain settings (secret key, gmail outgoing auth info) should remain private in production, though this change was made primarily to support Google Mail/Auth feature testing in development. Using the django-decouple library, these settings were moved to a .env file that isn't committed to Github.
An up-to-date .env file will be available on Discord.