Skip to content

Commit 5799385

Browse files
committed
Release v1.0.13
1 parent bbdaf9d commit 5799385

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## [1.0.13] 2024-11-06
4+
### Changes
5+
6+
- Added [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) Link
7+
38
## [1.0.12] 2024-11-06
49
### Changes
510

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# [Django Admin Volt](https://app-generator.dev/docs/products/django-libs/theme-volt.html)
22

3-
Modern template for **Django Admin**, Auth Pages (registration included) crafted on top of **Volt Dashboard**, an open-source Bootstrap 5 design.
3+
Modern template for **Django Admin**, Auth Pages (registration included) crafted on top of **Volt Dashboard**, an open-source **Bootstrap 5** design.
44

5-
- [Django Admin Volt](https://app-generator.dev/docs/products/django-libs/theme-volt.html) - For Documentation & Support
6-
- [Django Volt Dashboard](https://app-generator.dev/product/volt-dashboard/django/) - The Product that uses the library
5+
- [Django Admin Volt](https://app-generator.dev/docs/products/django-libs/theme-volt.html) - Documentation & Support Links
6+
- [Django Volt Dashboard](https://app-generator.dev/product/volt-dashboard/django/) - The product that uses the library
7+
- [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) - Learn how to code **Django** Projects
78

8-
<br>
9+
<br />
910

10-
**Features**
11+
## **Features**
1112

12-
- UI Kit: Volt Dashboard BS5 `v1.4.1` by Themesberg
13+
- Design: Volt Dashboard Bootstrap 5
1314
- **Sections Covered**:
1415
- `Admin Section`, reserved for `superusers`
1516
- `All pages` managed by `Django.contrib.AUTH`
@@ -18,7 +19,7 @@ Modern template for **Django Admin**, Auth Pages (registration included) crafted
1819

1920
<br />
2021

21-
![Volt Dashboard - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168843604-b026fd94-5969-4be7-81ac-5887cf0958e5.png)
22+
![Django Admin Volt - Modern template for Django Admin Section crafted on top of a modern Bootstrap 5 Design.](https://user-images.githubusercontent.com/51070104/168843604-b026fd94-5969-4be7-81ac-5887cf0958e5.png)
2223

2324
<br />
2425

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-admin-volt',
11-
version='1.0.12',
11+
version='1.0.13',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)