Use static default timezone for new 'fabric' project
instead of making that part of the generated code
This commit is contained in:
parent
8b38a14f31
commit
08854bda1d
|
@ -20,7 +20,9 @@ env.machine_is_live = False
|
||||||
# stable
|
# stable
|
||||||
<%text>##############################</%text>
|
<%text>##############################</%text>
|
||||||
|
|
||||||
env.timezone = '${timezone}'
|
# for a list of possible time zone values, see
|
||||||
|
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
||||||
|
env.timezone = 'America/Chicago'
|
||||||
|
|
||||||
# default sender and recipients for all emails
|
# default sender and recipients for all emails
|
||||||
env.email_default_sender = 'rattail@localhost'
|
env.email_default_sender = 'rattail@localhost'
|
||||||
|
|
Loading…
Reference in a new issue