DetailView with UnicornView #529
Unanswered
dbartenstein
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @adamghill,
I have been following django-unicorn for quite a while and I appreciate your work!
Now finally I got to the point to try it out.
I’d like to use a Django DetailView with a UnicornView.
I tried creating a
UnicornDetailView(SingleObjectMixin, UnicornView)
, which on first glance seems to work. When trying to execute an action the AJAX call returns with error 500:Is there a way to provide the object_id to the AJAX call? How do you propose to solve it? Thanks! 🙇
Beta Was this translation helpful? Give feedback.
All reactions