Skip to content

Commit

Permalink
v1.0.14 - Mention Django App Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Dec 16, 2024
1 parent 5799385 commit 619f7ee
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
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.14] 2024-12-16
### Changes

- Mention [Django App Generator - Volt Design](https://app-generator.dev/tools/django-generator/volt/)

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

Expand Down
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,43 @@ Modern template for **Django Admin**, Auth Pages (registration included) crafted

<br />

### Build a Starter with [Django App Generator - Volt Design](https://app-generator.dev/tools/django-generator/volt/)

- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
- Select **Volt Dashboard** as the preferred design
- (Optional) Design Database: edit models and fields
- (Optional) Edit the fields for the extended user model
- (Optional) Enable OAuth for GitHub
- (Optional) Add Celery (async tasks)
- (Optional) Enable Dynamic API Module
- Docker Scripts
- Render CI/Cd Scripts

**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**

<br />

![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 />

## [Volt Dashboard PRO Version](https://app-generator.dev/product/volt-dashboard-pro/django/)

> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-volt-dashboard-pro.onrender.com).
- **Simple, Easy-to-Extend** Codebase
- **Volt Dashboard** Design - PRO Version
- Bootstrap 5 CSS
- **OAuth** - Github
- **Extended User Profile**
- **API** via DRF
- **Charts** via ApexJS
- **Celery** (async tasks)
- **Deployment-Ready** for Render

![Django Volt Dashboard - Premium Full-Stack Starter powered by Django, and Bootstrap 5 - Actively supported by App-Generator](https://github.com/user-attachments/assets/d24feda4-e4ff-4348-b335-429230dd7815)

<br />

---
**[Django Admin Volt](https://app-generator.dev/docs/products/django-libs/theme-volt.html)** - Modern Django Admin Interface provided by **[App-Generator](https://app-generator.dev)**
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.13',
version='1.0.14',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 619f7ee

Please sign in to comment.