You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 bysettings.DEBUG
.https://docs.djangoproject.com/en/1.8/topics/settings/#using-settings-in-python-code
The text was updated successfully, but these errors were encountered: