Skip to content

Commit e20ff63

Browse files
authored
Merge pull request #7 from G4brym/fix-packaging
Fix packaging
2 parents c502787 + 63419c8 commit e20ff63

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Cloudflare D1 doesn't support transactions, meaning all execute queries are fina
1717

1818
A simple tutorial is [available here](https://massadas.com/posts/django-meets-cloudflare-d1/) for you to read.
1919

20+
**The D1 backend is very limited, a lot of features don't work, Django Admin is also very limited**, but works fine for
21+
simple apps, as you can make full use of Django ORM inside you views.
2022

2123
### D1 Binding
2224

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-cf"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = [
99
{ name="Gabriel Massadas" },
1010
]
@@ -33,4 +33,4 @@ classifiers = [
3333
"Source" = "https://github.com/G4brym/django-cf"
3434

3535
[tool.setuptools]
36-
packages = ["django_cf"]
36+
packages = ["django_cf", "django_cf.d1_api", "django_cf.d1_binding"]

0 commit comments

Comments
 (0)