diff --git a/CHANGELOG.md b/CHANGELOG.md index fbdda2a..89131c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9bfe7da..d702044 100644 --- a/README.md +++ b/README.md @@ -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 -
+
-**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` @@ -18,7 +19,7 @@ Modern template for **Django Admin**, Auth Pages (registration included) crafted
-![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)
diff --git a/setup.py b/setup.py index ed6660d..244fe26 100644 --- a/setup.py +++ b/setup.py @@ -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,