]> git.hoellein.online Git - vserver/commitdiff
daily autocommit
authormhoellein <mario@hoellein.online>
Wed, 5 Aug 2020 06:29:56 +0000 (08:29 +0200)
committermhoellein <mario@hoellein.online>
Wed, 5 Aug 2020 06:29:56 +0000 (08:29 +0200)
.etckeeper
default/graphite-carbon
graphite/local_settings.py

index d562bbca84cd842bd180b04de68cf9d5009cee1b..3cb0db38fc45df1760dd07ff711cd0eadc3d0cfa 100755 (executable)
@@ -1225,6 +1225,7 @@ maybe chmod 0644 'ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf'
 maybe chmod 0755 'ghostscript/fontmap.d'
 maybe chmod 0644 'ghostscript/fontmap.d/10gsfonts.conf'
 maybe chmod 0755 'graphite'
+maybe chmod 0755 'graphite/__pycache__'
 maybe chmod 0644 'graphite/local_settings.py'
 maybe chmod 0755 'groff'
 maybe chmod 0644 'groff/man.local'
index 0d3c0053989260e4e6933b8fe70019bd7b2829d1..02033dd131fa326e54664904864db3230869bb6f 100644 (file)
@@ -1,2 +1,2 @@
 # Change to true, to enable carbon-cache on boot
-CARBON_CACHE_ENABLED=false
+CARBON_CACHE_ENABLED=true
index f0a7b59ef575a74822598df33a9d64f334ee9c2e..7fd19c7b4850ab1654f86f0abf28216ae25dc903 100644 (file)
@@ -21,7 +21,7 @@ SECRET_KEY = 'wApC0VsrCmMpfJLqyGQU8V3qOlnygprGXwMhQpTbUCRiuf5urxu8'
 # Set your local timezone (Django's default is America/Chicago)
 # If your graphs appear to be offset by a couple hours then this probably
 # needs to be explicitly set to your local timezone.
-#TIME_ZONE = 'America/Los_Angeles'
+TIME_ZONE = 'Europe/Berlin'
 
 # Set the default short date format. See strftime(3) for supported sequences.
 #DATE_FORMAT = '%m/%d'