-
I've tried to use django-select2 with regular function views but it is not working. My question is do I have to use class-based views with django-select2 or I can use regular function views too? |
Beta Was this translation helpful? Give feedback.
Answered by
TheBrko
Dec 26, 2020
Replies: 1 comment
-
Django-select2 works with function based views too, it was bad syntax problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TheBrko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Django-select2 works with function based views too, it was bad syntax problem.