I'm trying to build a web application and an considering Django as a web framework. I have a significant amount of Python experience, but none in web development (keen to learn!).
I need to develop an interface to enable the user to drag & drop electrical components onto a canvas and link them to form a circuit.
Would Django be a suitable platform for this type of application?
If not, could someone please suggest an alternative?