Created
March 6, 2015 14:01
-
-
Save RomuloOliveira/73a778a5f7fa22e7ad95 to your computer and use it in GitHub Desktop.
Set Django settings environment variable
This file contains 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
# set (--settings=settings.development) | |
export DJANGO_SETTINGS_MODULE=settings.development | |
# unset | |
unset DJANGO_SETTINGS_MODULE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment