Skip to content

Commit

Permalink
v1.0.20 - Preselect the design in the Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Dec 16, 2024
1 parent 5813bf3 commit f5fa607
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [1.0.20] 2024-12-16
### Changes

- Preselect the design in the Generator:
- [Django App Generator - AdminLTE Design](https://app-generator.dev/tools/django-generator/adminlte/)
- (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.**


## [1.0.19] 2024-11-27
### Changes

Expand Down
34 changes: 29 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,37 @@ The product is designed to deliver the best possible user experience with highly

<br />

### Customize with [Django App Generator - AdminLTE Design](https://app-generator.dev/tools/django-generator/adminlte/)

- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
- Select **AdminLTE 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 />

## Deploy on `Render` (free plan)

[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)

<br />

## Features

- **Django 4.1.12**
- Best Practices
- [AdminLTE Dashboard](https://app-generator.dev/docs/templates/bootstrap/adminlte.html) - Full Integration
- `CI/CD` Flow via Render
- `Docker`
- Simple, Easy-to-Extend Codebase
- AdminLTE Design - Full Integration
- Bootstrap 5 Styling
- Session-based Authentication, Password recovery
- DB Persistence: SQLite (default), can be used with MySql, PgSql
- Docker
- CI/CD integration for Render

![Django AdminLTE - Open-Source Django Starter ](https://github.com/app-generator/django-adminlte/assets/51070104/8f0c396d-2f33-46b9-9689-2982c987399d)

Expand Down

0 comments on commit f5fa607

Please sign in to comment.