Skip to content

Commit 31ccfe0

Browse files
committed
temporarily remove header customizations
1 parent 15f9d26 commit 31ccfe0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

settings.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,12 @@
197197

198198
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
199199

200-
STATICFILES_DIRS = [
201-
os.path.join(BASE_DIR, 'static_custom')
202-
]
203-
204-
TEMPLATES[0]['DIRS'] = [
205-
os.path.join(BASE_DIR, 'templates')
206-
]
200+
# 2024-09. Temporarily removing customizations. Can be returned later.
201+
202+
# STATICFILES_DIRS = [
203+
# os.path.join(BASE_DIR, 'static_custom')
204+
# ]
205+
#
206+
# TEMPLATES[0]['DIRS'] = [
207+
# os.path.join(BASE_DIR, 'templates')
208+
# ]

0 commit comments

Comments
 (0)