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
-[Django Admin Volt](https://appseed.us/product/volt-dashboard/django/) - `Product` that uses the library
12
12
-`Features`: Fully-configured, `CI/CD` via Render
13
13
- UI Kit: Volt Dashboard BS5 `v1.4.1` by Themesberg
14
14
-**Sections Covered**:
@@ -107,6 +107,57 @@ Access the `admin` section in the browser: `http://127.0.0.1:8000/`
107
107
108
108
<br />
109
109
110
+
## How to Customize
111
+
112
+
When a template file is loaded in the controller, `Django` scans all template directories starting from the ones defined by the user, and returns the first match or an error in case the template is not found.
113
+
The theme used to style this starter provides the following files:
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.
144
+
145
+
For instance, if we want to customize the `footer.html` these are the steps:
146
+
147
+
-`Step 1`: create the `templates` DIRECTORY inside your app
148
+
-`Step 2`: configure the project to use this new template directory
149
+
- Edit `settings.py` TEMPLATES section
150
+
-`Step 3`: copy the `footer.html` from the original location (inside your ENV) and save it to the `YOUR_APP/templates` DIR
This design is a pixel-perfect [Bootstrap 5](https://www.admin-dashboards.com/bootstrap-5-templates/) Dashboard with a fresh, new design. `Volt Dashboard PRO` is built with over 300 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.
0 commit comments