diff --git a/steering/sample_settings.py b/steering/sample_settings.py new file mode 100644 index 0000000000000000000000000000000000000000..e0d02f4d77a26c5bd0594578b345ed0c710c9c1f --- /dev/null +++ b/steering/sample_settings.py @@ -0,0 +1,9 @@ +# sample settings for steering + +from .settings import * # noqa + +ADMINS = [("Ernesto", "ernesto@helsinki.at")] +MANAGERS = ADMINS + +TIME_ZONE = "America/La_Paz" +