1

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..

AJax With Django

Daniel Kilanko
  • 110
  • 1
  • 11

1 Answers1

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