Skip to content

Commit 6bb8d22

Browse files
committed
v1.0.16 - Mention Django App Generator
1 parent a609bbf commit 6bb8d22

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## [1.0.16] 2024-12-16
4+
### Changes
5+
6+
- Mention [Django App Generator - Datta Design](https://app-generator.dev/tools/django-generator/datta/)
7+
38
## [1.0.15] 2024-11-28
49
### Changes
510

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@ Modern template for **Django Admin**, Auth Pages (registration included) crafted
1919

2020
<br />
2121

22+
### Build a Starter with [Django App Generator - Datta Design](https://app-generator.dev/tools/django-generator/datta/)
23+
24+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
25+
- Select **Datta Dashboard** as the preferred design
26+
- (Optional) Design Database: edit models and fields
27+
- (Optional) Edit the fields for the extended user model
28+
- (Optional) Enable OAuth for GitHub
29+
- (Optional) Add Celery (async tasks)
30+
- (Optional) Enable Dynamic API Module
31+
- Docker Scripts
32+
- Render CI/Cd Scripts
33+
34+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
35+
36+
<br />
37+
2238
![Django Datta Able - Modern template for Django Admin Section crafted on top of a modern Bootstrap Design.](https://user-images.githubusercontent.com/51070104/176118649-7233ffbc-6118-4f56-8cda-baa81d256877.png)
2339

2440
<br />

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-admin-datta',
11-
version='1.0.15',
11+
version='1.0.16',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)