We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To allow fully dynamic configuration we should move MULTISITE_CMS_URLS and MULTISITE_CMS_ALIASES to the database.
MULTISITE_CMS_URLS
MULTISITE_CMS_ALIASES
django-multisite
Alias
All these information must be cached otherwise we will incur in a huge performance hit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To allow fully dynamic configuration we should move
MULTISITE_CMS_URLS
andMULTISITE_CMS_ALIASES
to the database.MULTISITE_CMS_ALIASES
is trivial asdjango-multisite
Alias
already does the jobMULTISITE_CMS_URLS
less so, as we need to add this information somewhere in the models and adding a model just for this, it looks very inefficientAll these information must be cached otherwise we will incur in a huge performance hit
The text was updated successfully, but these errors were encountered: