-
Notifications
You must be signed in to change notification settings - Fork 117
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
Model fallback #20
Comments
This is an interesting point. The I have a feeling your idea is a better approach, because that's what the site administrator may expect, but I'll have a look at some examples first. Thanks for the report! |
Well, I see |
Well argued! I'm convinced you're right, the |
Hmm, this is a little more difficult to change than I thought, but I think it's for the better. My first attempt failed a number of other tests, so I'll have to have another look at it over the next few days. |
Let me know if I can help in anyway. |
Hi!
I've created a test project to see how django-seo works. I've create a seo path without problems and I'd like to create seo content linked to my models. What I want is to have a fallback content for most of my models, so I defied a Model Metadata entry.
In the template I have add {% get_metadata for myobj as metadata %} but I can't get the default value defined en the Model detadata.
Tracing the code I have seen that when a value is not supplied goes to the populate_from fallback but first it should go to the model content.
The text was updated successfully, but these errors were encountered: