Skip to content

Commit 0b3eac4

Browse files
committed
v1.0.46 - Update DOCS & Minor Refactoring
1 parent e3f2dcd commit 0b3eac4

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.0.46] 2025-03-30
4+
### Changes
5+
6+
- Fix Render Deployment
7+
- Update RM (minor)
8+
- Update [Django Datta Able - Documentation](https://app-generator.dev/docs/products/django/datta-able/index.html)
9+
310
## [1.0.45] 2025-03-16
411
### Changes
512

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,21 @@ The product is designed to deliver the best possible user experience with highly
1717

1818
## Features
1919

20-
- Simple, Easy-to-Extend Codebase
21-
- [Datta Able](https://app-generator.dev/docs/templates/bootstrap/datta-able.html) Design Integration
22-
- Dynamic Tables
23-
- Dynamic API
24-
- Admin UI managed by Jazzmin
25-
- **CLI for Coding Tasks**
26-
- `Commit/rollback Git Changes`
27-
- `Backup & restore DB`
28-
- `Interact with Django Core` via CLI
29-
- `Update Environment variables`
30-
- `Update Dependencies`
31-
- Bootstrap 5 Styling
20+
- Simple, Easy-to-Extend codebase
21+
- [Datta Able](https://app-generator.dev/docs/templates/bootstrap/datta-able.html) Full Integration
22+
- [Bootstrap](https://app-generator.dev/docs/templates/bootstrap.html) CSS Styling
23+
- [Dynamic Tables](https://django-datta.onrender.com/dynamic-dt/) (demo) - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
24+
- [Dynamic API](https://django-datta.onrender.com/api/) (demo) - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
25+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
26+
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
27+
- `Backup & restore DB`
28+
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
29+
- `Manage Environment`
30+
- `Manage Dependencies`
3231
- Session-based Authentication, Password recovery
3332
- DB Persistence: SQLite (default), can be used with MySql, PgSql
3433
- Docker, CI/CD for Render
35-
- Vite for assets management
34+
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
3635

3736
![Django Datta Able - Open-Source Django Starter](https://user-images.githubusercontent.com/51070104/176118649-7233ffbc-6118-4f56-8cda-baa81d256877.png)
3837

apps/pages/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ class Product(models.Model):
1010

1111
def __str__(self):
1212
return self.name
13-

0 commit comments

Comments
 (0)