You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an error TemplateDoesNotExist, after checking out the root cause is the models has get_absolute_url, meanwhile that view doesn't have any templates found.
Default templates are provided by the pinax-templates app in the announcements section of that project.
Meanwhile, in my case I don't really need this template, because I'm just using default Django admin to reach out the announcements.
So, what I'm thinking is, probably we can just disable the View on site button or maybe can also disable/remove the get_absolute_url in admin page. But, how I can achieve this?
Let say, not just focus on pinax-announcements, this probably happens in another case.
The text was updated successfully, but these errors were encountered:
I have an error
TemplateDoesNotExist
, after checking out the root cause is the models hasget_absolute_url
, meanwhile that view doesn't have any templates found.As docs said https://github.com/pinax/pinax-announcements#templates:
Meanwhile, in my case I don't really need this template, because I'm just using default Django admin to reach out the announcements.
The text was updated successfully, but these errors were encountered: