You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,12 +134,12 @@ The theme used to style this starter provides the following files:
134
134
135
135
When the project requires customization, we need to copy the original file that needs an update (from the virtual environment) and place it in the template folder using the same path.
136
136
137
-
> For instance, if we want to **customize the footer.html** these are the steps:
137
+
> For instance, if we want to **customize the index.html** these are the steps:
138
138
139
139
- ✅ `Step 1`: create the `templates` DIRECTORY inside the `home` app
140
140
- ✅ `Step 2`: configure the project to use this new template directory
141
141
-`core/settings.py` TEMPLATES section
142
-
- ✅ `Step 3`: copy the `footer.html` from the original location (inside your ENV) and save it to the `home/templates` DIR
142
+
- ✅ `Step 3`: copy the `index.html` from the original location (inside your ENV) and save it to the `home/templates` DIR
0 commit comments