Hi,
The initial impression that I got from looking at the docs and going through the application in general is that the [DocType].py file, and the [DocType].js file are roughly analogous to the model and view of a standard MVC application. Though this analogy may not reflect the actual structure of the application, I was wondering if there was some scaffolding mechanism in place to generate basic views from a provided model, enabling CRUD operations to start with.
If this is not the case, could you please explain very briefly the steps involved in creating all the components for a new DocType from scratch, which would let me view and persist instances of it into the database?
Thanks,
Aditya