Skip to content

Commit

Permalink
v1.0.42 - Added Django Generator Section
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Dec 15, 2024
1 parent 4889032 commit 4e51b8c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [1.0.42] 2024-12-15
### Changes

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

## [1.0.41] 2024-11-28
### Changes

Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# [Django Datta Able](https://app-generator.dev/product/datta-able/django/)

Open-source **Django** project crafted on top of **Datta Able Dashboard**, an open-source `Bootstrap` design.
Expand All @@ -16,6 +15,22 @@ The product is designed to deliver the best possible user experience with highly

<br />

## Add Features with [Django App Generator](https://app-generator.dev/tools/django-generator/)

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

0 comments on commit 4e51b8c

Please sign in to comment.