aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2022-03-13 15:21:11 -0400
committermjfernez <mjf@mjfer.net>2022-03-13 15:21:11 -0400
commit94f71d6f8fc7301dfd470ccf2fee27e078321a78 (patch)
tree4a6864a043f764dd01e9d5c288ebb70b9be45abb /config.py
parent150b9695fdb0ebfeca0f8d5b268249bea46ea3f3 (diff)
downloadezcms-94f71d6f8fc7301dfd470ccf2fee27e078321a78.tar.gz
Pull changes from mjfer.net
This commit adds the changes from the mjfer.net which enable using git as the file last update tracker
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 6f796fe..5e62328 100644
--- a/config.py
+++ b/config.py
@@ -1,5 +1,6 @@
import os
+
class config:
# BACKGROUND SETTINGS #
# These don't need to be changed
@@ -30,4 +31,3 @@ class config:
DEFAULT_SITE_DIRS.append(x)
GENERATED_SECRET_KEY = os.urandom(32)
-