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
<SubHeading> Open-source template for Django admin section styled with Argon Dashboard Design (free version)</SubHeading>
8
+
<SubHeading> Open-source Library for Django admin section styled with Argon Dashboard Design (free version)</SubHeading>
9
9
10
-
Modern template for **Django Admin Interface** coded on top of **Argon Dashboard**, an open-source `Boostrap 5` design from `Creative-Tim`.
10
+
Modern template for **Django** that covers `Admin Section`, all authentication pages (registration included) crafted on top of **[Argon Dashboard](https://appseed.us/product/argon-dashboard/django/)**,
11
+
an open-source `Bootstrap 5` design from `Creative-Tim`.
11
12
12
-
-[Django Argon Dashboard](https://django-argon-dashboard.appseed-srv1.com/) - LIVE Demo
Access the `admin` section in the browser: `http://127.0.0.1:8000/`
63
91
64
-
## How to use it for common users
65
92
66
-
> `Create view functions` for a particular pages and render the html template.
93
+
## How to Customize
67
94
68
-
```python
69
-
defdashboard(request):
70
-
return render(request, 'pages/dashboard.html')
71
-
```
95
+
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.
96
+
The theme used to style this starter provides the following files:
72
97
73
-
> Create `urls.py` file and map the function to the `urls.py` file.
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.
80
127
81
-
-`dashboard.html`
82
-
-`billing.html`
83
-
-`profile.html`
84
-
-`rtl.html`
85
-
-`tables.html`
86
-
-`virtual-reality.html`
128
+
For instance, if we want to customize the `footer.html` these are the steps:
87
129
88
-
## Screenshots
130
+
-`Step 1`: create the `templates` DIRECTORY inside your app
131
+
-`Step 2`: configure the project to use this new template directory
132
+
- Edit `settings.py` TEMPLATES section
133
+
-`Step 3`: copy the `footer.html` from the original location (inside your ENV) and save it to the `YOUR_APP/templates` DIR
[**Django Admin Argon**](https://github.com/app-generator/django-admin-argon-dashboard) - Modern Admin Interface provided by [**AppSeed**](https://appseed.us/)
145
+
- 👉 [Django Admin Argon](https://appseed.us/product/argon-dashboard/django/) - `Product` that uses the library (fully configured)
146
+
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
0 commit comments