-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
use_title_tag not work in MetadataMixin #90
Comments
@CleitonDeLima as all the class MyView(MetadataMixin, TemplateView):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.use_title_tag = True
self.title = 'my title' |
@yakky Is the behavior supposed to be that way? |
I agree there is room for improvements, but still the capability to define them at runtime must be preserved I don't know when I will be able to handle this, though, if anyone wants to contribute a solution, I'll happily review the PR |
I can help it, no problem :) |
that would be awesome 🎉 Thanks a lot! |
Example:
META_USE_TITLE_TAG in settings has preference
The text was updated successfully, but these errors were encountered: