Skip to content

Commit

Permalink
Add memcached library
Browse files Browse the repository at this point in the history
Django's built in module was removed in 4.0, and so this external
library must now be included to continue to use memcached.

https://docs.djangoproject.com/en/5.1/topics/cache/#memcached
  • Loading branch information
Mark-Powers committed Oct 8, 2024
1 parent 017e5aa commit 6eb8d01
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jsonpatch = "^1.32"
nltk = "^3.7"
djangocms-snippet = "^3.1.0"
scholarly = "^1.7.11"
pymemcache = "^4.0.0"

[tool.poetry.dev-dependencies]
black = "^20.8b1"
Expand Down

0 comments on commit 6eb8d01

Please sign in to comment.