We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70e96c commit 0e05749Copy full SHA for 0e05749
templates/django/local_settings.py.j2
@@ -27,6 +27,8 @@ PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))
27
28
MEDIA_ROOT = '%s/uploaded/' % PROJECT_ROOT
29
STATIC_ROOT = '%s/static_root' % PROJECT_ROOT
30
+LOCAL_ROOT = os.path.abspath(os.path.dirname(__file__))
31
+TEMPLATES[0]['DIRS'].insert(0, os.path.join(LOCAL_ROOT, "templates"))
32
33
# Make this unique, and don't share it with anybody.
34
SECRET_KEY = '###'
0 commit comments