Skip to content

Commit 1dde003

Browse files
committed
v1.0.49 - Update RM Links
1 parent 3dfa7d8 commit 1dde003

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.49] 2025-04-12
4+
### Changes
5+
6+
- Update RM Links
7+
- [Datta Able](https://app-generator.dev/product/datta-able/) Design
8+
- [CodedThemes](https://app-generator.dev/agency/codedthemes/) Agency
9+
310
## [1.0.48] 2025-03-31
411
### Changes
512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Django Datta Able](https://app-generator.dev/product/datta-able/django/)
22

3-
Open-source **Django** project crafted on top of **Datta Able Dashboard**, an open-source `Bootstrap` design.
3+
**Open-source Django Starter** crafted on top of **[Datta Able](https://app-generator.dev/product/datta-able/)**, an open-source `Bootstrap` UI Kit released by [CodedThemes](https://app-generator.dev/agency/codedthemes/).
44
The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.
55

66
- 👉 [Django Datta Able](https://app-generator.dev/product/datta-able/django/) - `Product Page`
@@ -18,7 +18,7 @@ The product is designed to deliver the best possible user experience with highly
1818
## Features
1919

2020
- Simple, Easy-to-Extend codebase
21-
- [Datta Able](https://app-generator.dev/docs/templates/bootstrap/datta-able.html) Full Integration
21+
- [Datta Able](https://app-generator.dev/product/datta-able/) Design Integration
2222
- [Bootstrap](https://app-generator.dev/docs/templates/bootstrap.html) CSS Styling
2323
- [Dynamic Tables](https://django-datta.onrender.com/dynamic-dt/) (demo) - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
2424
- [Dynamic API](https://django-datta.onrender.com/api/) (demo) - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)

apps/pages/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Create your models here.
44

55
class Product(models.Model):
6+
67
id = models.AutoField(primary_key=True)
78
name = models.CharField(max_length = 100)
89
info = models.CharField(max_length = 100, default = '')

0 commit comments

Comments
 (0)