Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_Francoconuts
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Chester Tan
widget_Francoconuts
Commits
71657ded
Commit
71657ded
authored
May 22, 2022
by
Bryan Carlo Guanlao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed the base template directory
moved the base template folder together with settings.py
parent
d6606b32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
settings.py
widget_Francoconuts/widget_Francoconuts/settings.py
+1
-1
base.html
widget_Francoconuts/widget_Francoconuts/templates/base.html
+0
-0
No files found.
widget_Francoconuts/widget_Francoconuts/settings.py
View file @
71657ded
...
...
@@ -63,7 +63,7 @@ TEMPLATES = [
{
'BACKEND'
:
'django.template.backends.django.DjangoTemplates'
,
'DIRS'
:
[
BASE_DIR
/
'templates'
BASE_DIR
/
'
widget_Francoconuts/
templates'
],
'APP_DIRS'
:
True
,
'OPTIONS'
:
{
...
...
widget_Francoconuts/templates/base.html
→
widget_Francoconuts/
widget_Francoconuts/
templates/base.html
View file @
71657ded
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment