Skip to content

Commit

Permalink
Release v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Nov 6, 2024
1 parent bbdaf9d commit 5799385
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [1.0.13] 2024-11-06
### Changes

- Added [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) Link

## [1.0.12] 2024-11-06
### Changes

Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# [Django Admin Volt](https://app-generator.dev/docs/products/django-libs/theme-volt.html)

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

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

<br>
<br />

**Features**
## **Features**

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

<br />

![Volt Dashboard - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168843604-b026fd94-5969-4be7-81ac-5887cf0958e5.png)
![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)

<br />

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='django-admin-volt',
version='1.0.12',
version='1.0.13',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 5799385

Please sign in to comment.