Skip to content

Use django.conf.settings for settings import  #53

Open
@sethwoodworth

Description

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

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions