Created
November 2, 2020 15:13
-
-
Save mhemrg/c86b586d50879446cd7c28baf7edad92 to your computer and use it in GitHub Desktop.
Default value for settings in Django
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROJECT_NAME = env('PROJECT_NAME') or 'my-default-value' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment