Skip to content

Commit e8bfce8

Browse files
committed
UPD - Django Templates Section
1 parent bc481ed commit e8bfce8

18 files changed

+164
-19
lines changed

docs/boilerplate-code/django-templates/adminlte.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ sidebar_label: Django AdminLTE
1010
Modern template for **Django** that covers `Admin Section`, all authentication pages (registration included) crafted on top of [AdminLTE](https://appseed.us/product/adminlte/django/),
1111
an iconic `Bootstrap` design from ColorLib.
1212

13+
- 👉 [Django AdminLTE](https://appseed.us/product/adminlte/django/) - `Product page`
14+
- 👉 [Django AdminLTE](https://adminlte-django.appseed-srv1.com/) - `LIVE Demo`
1315

14-
**Links & Resources**
16+
<br />
17+
18+
> **Links & Resources**
1519
1620
- [Django AdminLTE](/products/django-dashboards/adminlte/) - `Product` that uses the library
1721
- `Features`: Fully-configured, `CI/CD` via Render
@@ -25,6 +29,7 @@ an iconic `Bootstrap` design from ColorLib.
2529

2630
![AdminLTE - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168842202-9b80a957-a375-4e6d-8247-2cc459267a86.png)
2731

32+
<br />
2833

2934
## How to use it
3035

@@ -90,6 +95,7 @@ $ python manage.py runserver # default port 8000
9095

9196
Access the `admin` section in the browser: `http://127.0.0.1:8000/`
9297

98+
<br />
9399

94100
## How to Customize
95101

@@ -140,8 +146,10 @@ At this point, the default version of the `footer.html` shipped in the library i
140146

141147
In a similar way, all other files and components can be customized easily.
142148

149+
<br />
143150

144151
## Resources
145152

146153
- 👉 [Django AdminLTE](https://appseed.us/product/adminlte/django/) - `Product` that uses the library (fully configured)
147154
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
155+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

docs/boilerplate-code/django-templates/argon-dashboard.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ sidebar_label: Django Admin Argon
1010
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/),
1111
an open-source `Bootstrap 5` design from [Creative-Tim](https://www.creative-tim.com/?AFFILIATE=128200).
1212

13+
- 👉 [Django Argon Dashboard](https://appseed.us/product/argon-dashboard/django/) - `Product page`
14+
- 👉 [Django Argon Dashboard](https://django-argon-dash2.onrender.com) - `LIVE Demo`
1315

14-
**Links & Resources**
16+
<br />
17+
18+
> **Links & Resources**
1519
1620
- [Django Argon Dashboard](/products/django-dashboards/argon-dashboard/) - `Product` that uses the library
1721
- `Features`: Fully-configured, `CI/CD` via Render
@@ -25,6 +29,7 @@ an open-source `Bootstrap 5` design from [Creative-Tim](https://www.creative-tim
2529

2630
![Argon Dashboard 2 - Free Starter.](https://user-images.githubusercontent.com/51070104/215804889-94eba681-8262-41a3-8e57-7d5b12dcc209.png)
2731

32+
<br />
2833

2934
## How to use it
3035

@@ -90,6 +95,7 @@ $ python manage.py runserver # default port 8000
9095

9196
Access the `admin` section in the browser: `http://127.0.0.1:8000/`
9297

98+
<br />
9399

94100
## How to Customize
95101

@@ -140,8 +146,10 @@ At this point, the default version of the `footer.html` shipped in the library i
140146

141147
In a similar way, all other files and components can be customized easily.
142148

149+
<br />
143150

144151
## Resources
145152

146153
- 👉 [Django Admin Argon](https://appseed.us/product/argon-dashboard/django/) - `Product` that uses the library (fully configured)
147154
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
155+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

docs/boilerplate-code/django-templates/berry-dashboard-pro.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ sidebar_label: Django Admin Berry PRO
1010
Modern template for **Django** that covers `Admin Section`, all authentication pages (registration included) crafted on top of [Berry Dashboard](https://appseed.us/product/berry-dashboard-pro/django/),
1111
a premium `Bootstrap` design from [CodedThemes](https://codedthemes.com/?ref=appseed).
1212

13+
- 🛒 [Django Berry PRO](https://appseed.us/product/berry-dashboard-pro/django/) - `Product page` (contains payment links)
14+
- 👉 [Django Berry PRO](https://django-berry-pro.onrender.com) - `LIVE Demo`
15+
1316
:::info Library `requires a license delivered with` [Django Berry Dashboard PRO](https://appseed.us/product/berry-dashboard-pro/django/)
1417
:::
1518

19+
<br />
1620

17-
**Links & Resources**
21+
> **Links & Resources**
1822
1923
- [Django Berry PRO](/products/django-dashboards/berry-dashboard-pro/) - `Product` that uses the library
2024
- `Features`: Fully-configured, `CI/CD` via Render
@@ -27,6 +31,7 @@ a premium `Bootstrap` design from [CodedThemes](https://codedthemes.com/?ref=app
2731

2832
![Berry Bootstrap 5 PRO - Premium Template Django Template.](https://user-images.githubusercontent.com/51070104/215728155-9b9cfe26-96e8-49c3-8a08-131d96f4f2eb.png)
2933

34+
<br />
3035

3136
## How to use it
3237

@@ -99,6 +104,7 @@ $ python manage.py runserver # default port 8000
99104

100105
Access the `admin` section in the browser: `http://127.0.0.1:8000/`
101106

107+
<br />
102108

103109
## How to Customize
104110

@@ -150,7 +156,10 @@ At this point, the default version of the `footer.html` shipped in the library i
150156

151157
In a similar way, all other files and components can be customized easily.
152158

159+
<br />
160+
153161
## Resources
154162

155163
- 👉 [Django Berry PRO](https://appseed.us/product/berry-dashboard-pro/django/) - `Product` that uses the library (fully configured)
156164
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
165+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

docs/boilerplate-code/django-templates/berry-dashboard.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ sidebar_label: Django Admin Berry
1010
Modern template for **Django** that covers `Admin Section`, all authentication pages (registration included) crafted on top of [Berry Dashboard](https://appseed.us/product/berry-dashboard/django/),
1111
an open-source `Bootstrap 5` design from [CodedThemes](https://codedthemes.com/?ref=appseed).
1212

13+
- 👉 [Django Berry](https://appseed.us/product/berry-dashboard/django/) - `Product page`
14+
- 👉 [Django Berry](https://django-berry.onrender.com) - `LIVE Demo`
1315

14-
**Links & Resources**
16+
<br />
17+
18+
> **Links & Resources**
1519
1620
- [Django Berry Dashboard](/products/django-dashboards/berry-dashboard/) - `Product` that uses the library
1721
- `Features`: Fully-configured, `CI/CD` via Render
@@ -25,6 +29,7 @@ an open-source `Bootstrap 5` design from [CodedThemes](https://codedthemes.com/?
2529

2630
![Berry Bootstrap 5 - Dark-Mode ready, Open-source Template.](https://user-images.githubusercontent.com/51070104/215728710-d1ee7fef-8153-402b-9741-371e1c01cd36.png)
2731

32+
<br />
2833

2934
## How to use it
3035

@@ -90,6 +95,7 @@ $ python manage.py runserver # default port 8000
9095

9196
Access the `admin` section in the browser: `http://127.0.0.1:8000/`
9297

98+
<br />
9399

94100
## How to Customize
95101

@@ -140,8 +146,10 @@ At this point, the default version of the `footer.html` shipped in the library i
140146

141147
In a similar way, all other files and components can be customized easily.
142148

149+
<br />
143150

144151
## Resources
145152

146153
- 👉 [Django Berry Dashboard](https://appseed.us/product/berry-dashboard/django/)- `Product` that uses the library (fully configured)
147154
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
155+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

docs/boilerplate-code/django-templates/black-dashboard-pro.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ sidebar_label: Django Admin Black PRO
1010
Modern template for **Django** that covers `Admin Section`, all authentication pages (registration included) crafted on top of [Black Dashboard](https://appseed.us/product/black-dashboard-pro/django/),
1111
a premium `Bootstrap` design from [Creative-Tim](https://www.creative-tim.com/?AFFILIATE=128200).
1212

13+
- 🛒 [Django Black PRO](https://appseed.us/product/black-dashboard-pro/django/) - `Product page` (contains payment links)
14+
- 👉 [Django Black PRO](https://django-black-dashboard-pro.appseed-srv1.com/) - `LIVE Demo`
15+
1316
:::info Library ` requires a license delivered with ` [Django Black Dashboard PRO](https://appseed.us/product/black-dashboard-pro/django/)
1417
:::
1518

19+
<br />
1620

17-
**Links & Resources**
21+
> **Links & Resources**
1822
1923
- [Django Black PRO](/products/django-dashboards/black-dashboard-pro/) - `Product` that uses the library
2024
- `Features`: Fully-configured, `CI/CD` via Render
@@ -27,6 +31,7 @@ a premium `Bootstrap` design from [Creative-Tim](https://www.creative-tim.com/?A
2731

2832
![Django Black PRO - Premium Seed project powered by Flask.](https://user-images.githubusercontent.com/51070104/187623954-c4ade6a0-8cb2-4d2e-8698-e962621a613c.png)
2933

34+
<br />
3035

3136
## How to use it
3237

@@ -99,6 +104,7 @@ $ python manage.py runserver # default port 8000
99104

100105
Access the `admin` section in the browser: `http://127.0.0.1:8000/`
101106

107+
<br />
102108

103109
## How to Customize
104110

@@ -150,7 +156,10 @@ At this point, the default version of the `footer.html` shipped in the library i
150156

151157
In a similar way, all other files and components can be customized easily.
152158

159+
<br />
160+
153161
## Resources
154162

155163
- 👉 [Django Black PRO](https://appseed.us/product/black-dashboard-pro/django/) - `Product` that uses the library (fully configured)
156164
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
165+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

docs/boilerplate-code/django-templates/datta-able-pro.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ sidebar_label: Django Admin Datta PRO
1010
Modern template for **Django** that covers `Admin Section`, all authentication pages (registration included) crafted on top of [Datta Able](https://appseed.us/product/datta-able-pro/django/),
1111
a premium `Bootstrap` design from [CodedThemes](https://codedthemes.com/?ref=appseed).
1212

13+
- 🛒 [Django Datta Able PRO](https://appseed.us/product/datta-able-pro/django/) - `Product page` (contains payment links)
14+
- 👉 [Django Datta Able PRO](https://django-datta-pro.onrender.com) - `LIVE Demo`
15+
1316
:::info Library `requires a license delivered with` [Django Datta Able PRO](https://appseed.us/product/datta-able-pro/django/)
1417
:::
1518

19+
<br />
1620

17-
**Links & Resources**
21+
> **Links & Resources**
1822
1923
- [Django Datta PRO](/products/django-dashboards/datta-able-pro/) - `Product` that uses the library
2024
- `Features`: Fully-configured, `CI/CD` via Render
@@ -27,6 +31,7 @@ a premium `Bootstrap` design from [CodedThemes](https://codedthemes.com/?ref=app
2731

2832
![Datta Able PRO - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/170474361-a58da82b-fff9-4a59-81a8-7ab99f478f48.png)
2933

34+
<br />
3035

3136
## How to use it
3237

@@ -99,6 +104,7 @@ $ python manage.py runserver # default port 8000
99104

100105
Access the `admin` section in the browser: `http://127.0.0.1:8000/`
101106

107+
<br />
102108

103109
## How to Customize
104110

@@ -149,7 +155,10 @@ At this point, the default version of the `index.html` shipped in the library is
149155

150156
In a similar way, all other files and components can be customized easily.
151157

158+
<br />
159+
152160
## Resources
153161

154162
- 👉 [Django Admin Datta PRO](https://appseed.us/product/datta-able-pro/django/) - `Product` that uses the library (fully configured)
155163
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
164+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

docs/boilerplate-code/django-templates/gradient-able-pro.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ sidebar_label: Django Admin Gradient PRO
1010
Modern template for **Django** that covers `Admin Section`, all authentication pages (registration included) crafted on top of [Gradient Able](https://appseed.us/product/gradient-able-pro/django/),
1111
a premium `Bootstrap` design from [CodedThemes](https://codedthemes.com/?ref=appseed).
1212

13+
- 🛒 [Django Gradient Able PRO](https://appseed.us/product/gradient-able-pro/django/) - `Product page` (contains payment links)
14+
- 👉 [Django Gradient Able PRO](https://django-gradient-pro.appseed-srv1.com/) - `LIVE Demo`
15+
1316
:::info Library `requires a license delivered with` [Django Gradient Able PRO](https://appseed.us/product/gradient-able-pro/django/)
1417
:::
1518

19+
<br />
1620

17-
**Links & Resources**
21+
> **Links & Resources**
1822
1923
- [Django Gradient PRO](/products/django-dashboards/gradient-able-pro/) - `Product` that uses the library
2024
- `Features`: Fully-configured, `CI/CD` via Render
@@ -27,6 +31,7 @@ a premium `Bootstrap` design from [CodedThemes](https://codedthemes.com/?ref=app
2731

2832
![Gradient PRO - Full-Stack Starter generated by AppSeed](https://user-images.githubusercontent.com/51070104/216759901-7b3a6c50-b224-4ae2-922c-3cb4648a5802.png)
2933

34+
<br />
3035

3136
## How to use it
3237

@@ -99,6 +104,7 @@ $ python manage.py runserver # default port 8000
99104

100105
Access the `admin` section in the browser: `http://127.0.0.1:8000/`
101106

107+
<br />
102108

103109
## How to Customize
104110

@@ -149,7 +155,10 @@ At this point, the default version of the `index.html` shipped in the library is
149155

150156
In a similar way, all other files and components can be customized easily.
151157

158+
<br />
159+
152160
## Resources
153161

154162
- 👉 [Django Admin Datta PRO](https://appseed.us/product/datta-able-pro/django/) - `Product` that uses the library (fully configured)
155163
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
164+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

docs/boilerplate-code/django-templates/material-dashboard.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ sidebar_label: Django Admin Material
1010
Modern template for **Django** that covers `Admin Section`, all authentication pages (registration included) crafted on top of [Material Dashboard](https://appseed.us/product/material-dashboard/django/),
1111
an open-source `Bootstrap 5` design from [Creative-Tim](https://www.creative-tim.com/?AFFILIATE=128200).
1212

13+
- 👉 [Django Material Dashboard](https://appseed.us/product/material-dashboard/django/) - `Product page`
14+
- 👉 [Django Material Dashboard](https://django-material-dash2.onrender.com) - `LIVE Demo`
1315

14-
**Links & Resources**
16+
<br />
17+
18+
> **Links & Resources**
1519
1620
- [Django Material Dashboard](/products/django-dashboards/material-dashboard/) - `Product` that uses the library
1721
- `Features`: Fully-configured, `CI/CD` via Render
@@ -25,6 +29,7 @@ an open-source `Bootstrap 5` design from [Creative-Tim](https://www.creative-tim
2529

2630
![Material Dashboard - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/169301658-6cf27993-c451-4cd4-9ffa-2968b8981167.png)
2731

32+
<br />
2833

2934
## How to use it
3035

@@ -90,6 +95,7 @@ $ python manage.py runserver # default port 8000
9095

9196
Access the `admin` section in the browser: `http://127.0.0.1:8000/`
9297

98+
<br />
9399

94100
## How to Customize
95101

@@ -140,8 +146,10 @@ At this point, the default version of the `footer.html` shipped in the library i
140146

141147
In a similar way, all other files and components can be customized easily.
142148

149+
<br />
143150

144151
## Resources
145152

146153
- 👉 [Django Material Dashboard ](https://appseed.us/product/material-dashboard/django/) - `Product` that uses the library (fully configured)
147154
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
155+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

docs/boilerplate-code/django-templates/material-kit.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ sidebar_label: Django Theme MKit
1010
Modern Theme for **Django** that covers authentication pages (registration included) crafted on top of **[Material Kit](https://appseed.us/product/material-kit/django/)**,
1111
an open-source `Bootstrap 5` design from [Creative-Tim](https://www.creative-tim.com/?AFFILIATE=128200).
1212

13-
**Links & Resources**
13+
- 👉 [Django Material Kit](https://appseed.us/product/material-kit/django/) - `Product page`
14+
- 👉 [Django Material Kit](https://django-material-kit.appseed-srv1.com/) - `LIVE Demo`
15+
16+
<br />
17+
18+
> **Links & Resources**
1419
1520
- [Django Material Kit](/products/django-apps/material-kit/) - `Product` that uses the library
1621
- `Features`: Fully-configured, `CI/CD` via Render
@@ -23,6 +28,7 @@ an open-source `Bootstrap 5` design from [Creative-Tim](https://www.creative-tim
2328

2429
![Material Kit - Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/167396765-c88b7a95-155f-4236-8691-7b80fa2d9cd9.png)
2530

31+
<br />
2632

2733
## How to use it
2834

@@ -93,6 +99,7 @@ $ python manage.py runserver # default port 8000
9399

94100
Access the `admin` section in the browser: `http://127.0.0.1:8000/`
95101

102+
<br />
96103

97104
## How to Customize
98105

@@ -141,8 +148,10 @@ At this point, the default version of the `index.html` shipped in the library is
141148

142149
In a similar way, all other files and components can be customized easily.
143150

151+
<br />
144152

145153
## Resources
146154

147155
- 👉 [Django Material Kit](https://appseed.us/product/material-kit/django/) - `Product` that uses the library (fully configured)
148156
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
157+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

0 commit comments

Comments
 (0)