We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceaa580 commit 9ba0b73Copy full SHA for 9ba0b73
1 file changed
README.md
@@ -2,10 +2,14 @@
2
3
A cache manager mixin that provides some caching of objects for the ORM.
4
5
+https://pypi.org/project/django-ormcache/
6
+
7
8
# Installation / Setup / Usage
9
-TODO
10
+```
11
+pip install django-ormcache
12
13
14
15
# Testing
@@ -19,4 +23,4 @@ tox
19
23
20
24
# License
21
25
22
-Copyright © 2024, Educreations, Inc under the [MIT](LICENSE).
26
+Copyright © 2025, Educreations, Inc under the [MIT](LICENSE).
0 commit comments