Skip to content

Commit 6785cc3

Browse files
committed
Curate links & DOCS
1 parent 8169694 commit 6785cc3

File tree

5 files changed

+82
-55
lines changed

5 files changed

+82
-55
lines changed

README.md

Lines changed: 28 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,34 @@
1-
# [Django Theme Soft](https://github.com/app-generator/django-theme-soft-design)
1+
# [Django Theme Soft Design](https://appseed.us/product/soft-ui-design/django/)
22

3-
Modern template for **Django** coded on top of **Soft Design**, an open-source `Boostrap 5` design from `Creative-Tim`.
3+
Modern Theme for **Django** that covers authentication pages (registration included) crafted on top of **[Material Kit](https://appseed.us/product/soft-ui-design/django/)**, an open-source `Bootstrap 5` design from `Creative-Tim`.
44

55
> Actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`.
66
77
<br>
88

99
**Links & Resources**
1010

11-
- [Django Theme Soft](https://django-soft-ui-free.appseed-srv1.com/) - LIVE Demo
12-
- [Django Theme Soft](https://github.com/app-generator/django-theme-soft-design_p) - `playground project`
13-
- UI Kit: [Soft UI Design](https://www.creative-tim.com/product/soft-ui-design-system?AFFILIATE=128200) `v1.0.9` by Creative-Tim
14-
11+
- [Django Theme Soft Design](https://appseed.us/product/soft-ui-design/django/) - `Product page`
12+
- `Features`: Fully-configured, `CI/CD` via Render
13+
- UI Kit: `Soft UI Desig` (Bootstrap 5) by Creative-Tim
14+
- **Sections Covered**:
15+
- `All pages` managed by `Django.contrib.AUTH`
16+
- `Registration` page
17+
- `Misc pages`: colors, icons, typography, blank-page
18+
1519
<br />
1620

1721
![Soft UI Design - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168812602-e35bad42-823f-4d3e-9d13-87a6c06c5a63.png)
1822

19-
<br>
20-
21-
## `Video Presentation`
22-
23-
> This material provides `more information` about this library and the `playground project`.
24-
25-
[![Django Theme Material Kit - Video Presentation.](https://user-images.githubusercontent.com/51070104/203528345-8ad10b43-2f38-4053-ab7c-88881ff584aa.png)](https://www.youtube.com/watch?v=sNY_ZwChQNM)
26-
2723
<br />
2824

29-
## Why `Django Soft UI Design`
25+
## Why `Django Theme Material Kit`
3026

31-
- Modern `Bootstrap 5` Design
32-
- `Responsive Interface`
27+
- Modern [Bootstrap 5](https://www.admin-dashboards.com/bootstrap-5-templates/) Design
3328
- `Minimal Template` overriding
3429
- `Easy integration`
30+
- Fully compatible with `Django.contrib.AUTH`
31+
- `Registration` page included
3532

3633
<br />
3734

@@ -49,7 +46,7 @@ $ pip install git+https://github.com/app-generator/django-theme-soft-design.git
4946

5047
<br />
5148

52-
> Add `theme_soft_design` application to the `INSTALLED_APPS` setting of your Django project `settings.py` file:
49+
> Add `theme_soft_design` application to the `INSTALLED_APPS` setting of your Django project `settings.py`:
5350
5451
```python
5552
INSTALLED_APPS = [
@@ -60,24 +57,25 @@ INSTALLED_APPS = [
6057
"django.contrib.messages",
6158
"django.contrib.staticfiles",
6259

63-
'theme_soft_design', # <-- NEW
60+
'theme_soft_design', # <-- NEW
6461
]
6562
```
6663

6764
<br />
6865

6966
> Update project `settings.py` file to include (at the end of the file):
67+
7068
```python
71-
LOGIN_REDIRECT_URL = '/'
72-
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
69+
LOGIN_REDIRECT_URL = '/'
70+
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
7371
```
7472

7573
<br />
7674

7775
> Add `theme_soft_design` urls in your Django Project `urls.py` file.
7876
7977
```python
80-
from django.urls import path, include # <-- UPD with 'include' directive
78+
from django.urls import path, include # <-- UPD with 'include' directive
8179

8280
urlpatterns = [
8381
...
@@ -111,23 +109,19 @@ $ python manage.py runserver # default port 8000
111109

112110
<br />
113111

114-
## Screenshots
115-
116-
![Django Theme Soft UI Design - Cover.](https://user-images.githubusercontent.com/51070104/203517522-f913cc7f-6aa9-4f71-9582-74e1923df05d.jpg)
117-
118-
<br />
119-
120-
> [Django Theme Soft](https://github.com/app-generator/django-theme-soft-design) - `Author Page`
112+
## [PRO Version](https://appseed.us/product/soft-ui-design-pro/django/)
121113

122-
![Django Theme Soft UI Design - Author Page.](https://user-images.githubusercontent.com/51070104/203517708-124222e5-3823-4b27-82ca-7268dcea2699.jpg)
114+
**Material Kit 2** is a premium design crafted by the `Creative-Tim` agency on top of Bootstrap 5 Framework. Designed for those who like bold elements and beautiful websites, Material Kit 2 is made of hundreds of elements, designed blocks, and fully coded pages built with an impressive level of quality.
123115

124-
<br />
116+
- [Django Soft Design PRO](https://appseed.us/product/soft-ui-design-pro/django/) - product page
117+
- `Enhanced UI` - more pages and components
118+
- `Priority` on support
125119

126-
> [Django Theme Soft](https://github.com/app-generator/django-theme-soft-design) - `Team Component`
120+
<br />
127121

128-
![Django Theme Soft UI Design - Team Component.](https://user-images.githubusercontent.com/51070104/203517888-0d327a87-48fc-4240-b009-fca1646c2782.jpg)
122+
![Soft UI Design PRO - Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168812715-52e036b7-582d-4851-9657-6b1f99727619.png)
129123

130124
<br />
131125

132126
---
133-
**[Django Theme Soft](https://github.com/app-generator/django-theme-soft-design)** - Modern KIT Integration provided by **[AppSeed](https://appseed.us/)**
127+
**[Django Theme Soft Design](https://appseed.us/product/soft-ui-design/django/)** - Modern Theme provided by **[AppSeed](https://appseed.us/)**

theme_soft_design/templates/includes/navigation.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -885,19 +885,30 @@
885885

886886
</div>
887887
</li>
888+
889+
{% if request.user.is_authenticated %}
888890
<li class="nav-item ms-lg-auto">
889891
<a class="nav-link nav-link-icon me-2"
890-
href="https://github.com/app-generator/django-theme-soft-design" target="_blank">
891-
<i class="fa fa-github me-1"></i>
892+
href="{% url 'logout' %}">
893+
<i class="fa fa-sign-out me-1"></i>
892894
<p class="d-inline text-sm z-index-1 font-weight-bold" data-bs-toggle="tooltip"
893-
data-bs-placement="bottom" title="Star us on Github">Github</p>
895+
data-bs-placement="bottom" title="Logout">Logout</p>
894896
</a>
895897
</li>
896-
<li class="nav-item my-auto ms-3 ms-lg-0">
897-
898-
<a href="https://appseed.us/support/"
899-
class="btn btn-sm bg-gradient-primary btn-round mb-0 me-1 mt-2 mt-md-0">Support</a>
898+
{% else %}
899+
<li class="nav-item ms-lg-auto">
900+
<a class="nav-link nav-link-icon me-2"
901+
href="{% url 'login' %}">
902+
<i class="fa fa-sign-in me-1"></i>
903+
<p class="d-inline text-sm z-index-1 font-weight-bold" data-bs-toggle="tooltip"
904+
data-bs-placement="bottom" title="Login">Login</p>
905+
</a>
906+
</li>
907+
{% endif %}
900908

909+
<li class="nav-item my-auto ms-3 ms-lg-0">
910+
<a href="https://appseed.us/product/soft-ui-design/django/" target="_blank"
911+
class="btn btn-sm bg-gradient-primary btn-round mb-0 me-1 mt-2 mt-md-0">Download</a>
901912
</li>
902913
</ul>
903914
</div>

theme_soft_design/templates/includes/navigation_light.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -700,14 +700,25 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
700700
</div>
701701
</ul>
702702
</li>
703+
704+
{% if request.user.is_authenticated %}
705+
<li class="nav-item ms-lg-auto">
706+
<a class="nav-link nav-link-icon me-2" href="{% url 'logout' %}">
707+
<i class="fa fa-github me-1"></i>
708+
<p class="d-inline text-sm z-index-1 font-bold" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Logout">Logout</p>
709+
</a>
710+
</li>
711+
{% else %}
703712
<li class="nav-item ms-lg-auto">
704-
<a class="nav-link nav-link-icon me-2" href="https://github.com/app-generator/django-theme-soft-design" target="_blank">
713+
<a class="nav-link nav-link-icon me-2" href="{% url 'login' %}">
705714
<i class="fa fa-github me-1"></i>
706-
<p class="d-inline text-sm z-index-1 font-bold" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Star us on Github">Github</p>
715+
<p class="d-inline text-sm z-index-1 font-bold" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Login">Login</p>
707716
</a>
708717
</li>
718+
{% endif %}
719+
709720
<li class="nav-item my-auto ms-3 ms-lg-0">
710-
<a href="https://appseed.us/support/" class="btn btn-sm bg-gradient-primary btn-round mb-0 me-1 mt-2 mt-md-0">Support</a>
721+
<a href="https://appseed.us/product/soft-ui-design/django/" target="_blank" class="btn btn-sm bg-gradient-primary btn-round mb-0 me-1 mt-2 mt-md-0">Download</a>
711722
</li>
712723
</ul>
713724
</div>

theme_soft_design/templates/includes/navigation_transparent.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -703,14 +703,25 @@ <h6 class="dropdown-header text-dark font-weight-bolder d-flex justify-content-c
703703
</div>
704704
</ul>
705705
</li>
706+
707+
{% if request.user.is_authenticated %}
706708
<li class="nav-item ms-lg-auto">
707-
<a class="nav-link nav-link-icon me-2" href="https://github.com/app-generator/django-theme-soft-design" target="_blank">
708-
<i class="fa fa-github me-1"></i>
709-
<p class="d-inline text-sm z-index-1 font-bold" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Star us on Github">Github</p>
709+
<a class="nav-link nav-link-icon me-2" href="{% url 'logout' %}">
710+
<i class="fa fa-sign-out me-1"></i>
711+
<p class="d-inline text-sm z-index-1 font-bold" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Logout">Logout</p>
710712
</a>
711713
</li>
714+
{% else %}
715+
<li class="nav-item ms-lg-auto">
716+
<a class="nav-link nav-link-icon me-2" href="{% url 'login' %}">
717+
<i class="fa fa-sign-in me-1"></i>
718+
<p class="d-inline text-sm z-index-1 font-bold" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Login">Login</p>
719+
</a>
720+
</li>
721+
{% endif %}
722+
712723
<li class="nav-item my-auto ms-3 ms-lg-0">
713-
<a href="https://appseed.us/support/" class="btn btn-sm bg-white btn-round mb-0 me-1 mt-2 mt-md-0">Support</a>
724+
<a href="https://appseed.us/product/soft-ui-design/django/" target="_blank" class="btn btn-sm bg-white btn-round mb-0 me-1 mt-2 mt-md-0">Download</a>
714725
</li>
715726
</ul>
716727
</div>

theme_soft_design/templates/pages/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6951,7 +6951,7 @@ <h6 class="mb-0 font-weight-bolder">Samuel Kamuli</h6>
69516951
<h3 class="text-white mb-0">Do you love this awesome</h3>
69526952
<h3 class="text-primary text-gradient mb-4">Design System for Bootstrap 5?</h3>
69536953
<p class="text-white mb-5">Cause if you do, it can be yours for FREE. Hit the button below to navigate to Creative Tim where you can find the Design System in HTML. Start a new project or give an old Bootstrap project a new look!</p>
6954-
<a href="https://github.com/app-generator/django-theme-soft-design" target="_blank" class="btn btn-primary btn-lg mb-3 mb-sm-0">Download</a>
6954+
<a href="https://appseed.us/product/soft-ui-design/django/" target="_blank" class="btn btn-primary btn-lg mb-3 mb-sm-0">Download</a>
69556955
</div>
69566956
</div>
69576957
</div>
@@ -6963,32 +6963,32 @@ <h3 class="text-primary text-gradient mb-4">Design System for Bootstrap 5?</h3>
69636963
<h3 class="mt-5 mb-4">Available on these technologies</h3>
69646964
<div class="row justify-content-center">
69656965
<div class="col-lg-2 col-4">
6966-
<a href="https://www.creative-tim.com/product/soft-ui-design-system" target="_blank">
6966+
<a href="https://www.creative-tim.com/product/soft-ui-design-system?AFFILIATE=128200" target="_blank">
69676967
<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/bootstrap5.jpg" class="img-fluid" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Bootstrap 5 - Most popular front-end component library">
69686968
</a>
69696969
</div>
69706970
<div class="col-lg-2 col-4">
6971-
<a href="javascript:;">
6971+
<a href="https://www.creative-tim.com/product/soft-ui-design-system?AFFILIATE=128200">
69726972
<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/icon-tailwind.jpg" class="img-fluid opacity-6" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Comming soon">
69736973
</a>
69746974
</div>
69756975
<div class="col-lg-2 col-4">
6976-
<a href="javascript:;">
6976+
<a href="https://www.creative-tim.com/product/soft-ui-design-system?AFFILIATE=128200">
69776977
<img src="https://s3.amazonaws.com/creativetim_bucket/tim_static_images/presentation-page/vue.jpg" class="img-fluid opacity-6" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Comming soon">
69786978
</a>
69796979
</div>
69806980
<div class="col-lg-2 col-4">
6981-
<a href="javascript:;">
6981+
<a href="https://www.creative-tim.com/product/soft-ui-design-system?AFFILIATE=128200">
69826982
<img src="https://s3.amazonaws.com/creativetim_bucket/tim_static_images/presentation-page/angular.jpg" class="img-fluid opacity-6" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Comming soon">
69836983
</a>
69846984
</div>
69856985
<div class="col-lg-2 col-4">
6986-
<a href="javascript:;">
6986+
<a href="https://www.creative-tim.com/product/soft-ui-design-system?AFFILIATE=128200">
69876987
<img src="https://s3.amazonaws.com/creativetim_bucket/tim_static_images/presentation-page/react.jpg" class="img-fluid opacity-6" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Comming soon">
69886988
</a>
69896989
</div>
69906990
<div class="col-lg-2 col-4">
6991-
<a href="javascript:;" target="_blank" >
6991+
<a href="https://www.creative-tim.com/product/soft-ui-design-system?AFFILIATE=128200" target="_blank" >
69926992
<img src="https://s3.amazonaws.com/creativetim_bucket/tim_static_images/presentation-page/sketch.jpg" class="img-fluid opacity-6" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Comming soon">
69936993
</a>
69946994
</div>

0 commit comments

Comments
 (0)