mirror of https://github.com/snachodog/mybuddy.git
974 B
974 B
Application
DEBUG
Default: False
When in debug mode, Baby Buddy will print much more detailed error information for exceptions. This setting should be False in production deployments.
See also Django's documentation on the DEBUG setting.
SUB_PATH
Default: None
If Baby Buddy is hosted in a subdirectory of another server (e.g., http://www.example.com/babybuddy
)
this must be set to the subdirectory path (e.g., /babybuddy
) for correct handling of
application configuration.
Additional steps are required! See Subdirectory configuration for details.
TIME_ZONE
Default: UTC
The default time zone to use for the instance. This value can be overridden per use from the user settings form.
Example value
America/Los_Angeles
See also