From c7f4aa43ceeb8799e32fc9cf63a2058a7b8f4ee9 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Sun, 4 Oct 2020 22:12:12 -0400
Subject: [PATCH] Update local_settings sample

---
 pv/local_settings.py.sample | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pv/local_settings.py.sample b/pv/local_settings.py.sample
index 570f344a..04460116 100644
--- a/pv/local_settings.py.sample
+++ b/pv/local_settings.py.sample
@@ -27,10 +27,6 @@ CORS_ALLOW_HEADERS = list(default_headers) + [
     'content-disposition',
 ]
 
-# Uncomment this *after* you have initialized the DB with default tables and data:
-#USE_TZ = False
-
-
 # Comment out the following for temporary debugging, if you want to use the
 # native DRF web forms
 """
-- 
GitLab