Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use django.conf.settings for settings import #53

Open
sethwoodworth opened this issue Apr 10, 2015 · 0 comments
Open

Use django.conf.settings for settings import #53

sethwoodworth opened this issue Apr 10, 2015 · 0 comments
Labels

Comments

@sethwoodworth
Copy link
Contributor

The recommended way of accessing django settings is to allow custom settings files. This can be done by importing from django.conf import settings and checking values by settings.DEBUG.

https://docs.djangoproject.com/en/1.8/topics/settings/#using-settings-in-python-code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant