Skip to content

Rename cache backend to "idom"#47

Closed
Archmonger wants to merge 1 commit into
reactive-python:mainfrom
Archmonger:rename-cache-backend
Closed

Rename cache backend to "idom"#47
Archmonger wants to merge 1 commit into
reactive-python:mainfrom
Archmonger:rename-cache-backend

Conversation

@Archmonger

Copy link
Copy Markdown
Contributor

fix #46

@Archmonger Archmonger requested a review from a team as a code owner January 12, 2022 08:40
Comment thread src/django_idom/config.py
if _CACHES:
if "idom_web_modules" in getattr(settings, "CACHES", {}):
IDOM_WEB_MODULE_CACHE = "idom_web_modules"
IDOM_WEB_MODULE_CACHE = "idom"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we rename IDOM_WEB_MODULE_CACHE to IDOM_CACHE as well?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like I already handled this in PR #50 so I'm going to close this PR.

@Archmonger Archmonger closed this Jan 12, 2022
@Archmonger Archmonger deleted the rename-cache-backend branch July 3, 2022 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename cache backend to "idom"

2 participants