Please any idea how i can achieve something like this with Ajax and Django. Lets say a medical app. I'll like to multi-select medicine while it shows in a different panel and add the amount(s) sum and show me like the right text-boxes..
Asked
Active
Viewed 657 times
1 Answers
0
You might want to look into using django-select2
to get select2
widget integration with Django. Then you can define your forms and views using the tools it has to offer.

jhrr
- 1,624
- 14
- 22