We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afaa41 commit c556146Copy full SHA for c556146
1 file changed
fortytwo_test_task/settings/common.py
@@ -25,7 +25,7 @@
25
SECRET_KEY = 'x=c0_e(onjn^80irdy2c221#)2t^qi&6yrc$31i(&ti*_jf3l8'
26
27
# SECURITY WARNING: don't run with debug turned on in production!
28
-DEBUG = True
+DEBUG = False
29
30
TEMPLATE_DEBUG = True
31
@@ -111,8 +111,7 @@
111
# Put strings here, like "/home/html/static" or "C:/www/django/static".
112
# Always use forward slashes, even on Windows.
113
# Don't forget to use absolute paths, not relative paths.
114
- os.path.join(BASE_DIR, 'assets'),
115
- os.path.join(BASE_DIR, 'apps/hello/static'),
+ os.path.join(BASE_DIR, 'static'),
116
)
117
118
# Static files fix
0 commit comments