Seeking web application prototyping tool for less technical user
Long version: I need to stand up a very simple web application front end to drive some fairly complex business logic. I can handle the back end coding well enough but the front end has me stumped.
I've been looking at Django because I know Python well. The admin interface has almost all the functionality I need for the prototype, but it comes with huge warning labels - "Don't use for customer facing views."
I am disinclined to learn Javascript/CSS/HTML along with Django and Django's templates if I can possibly avoid it. I'm able to do so, but it isn't my forte, and a lot of time will be spent writing bad code that will be thrown out and rewritten by a professional soon after the prototype is done.
Are there any decent "push button" FOSS or commercial web application prototyping tools available? Seriously, the Django admin interface toolset is almost exactly what I need.
8 comments
[ 3.1 ms ] story [ 29.9 ms ] threadThe hard part is styling, and as long as you have functionality that can be done anytime after.
Just a side thought, isn't it hard to begin writing backend Django without at least knowing what kind views your presenting? I dunno, chicken/egg here?
The front end logic doesn't bother me, but learning all the pieces to implement the logic is intimidating.
I believe in you!
There might be use-cases which would prevent this (e.g. row-level permissions are impossible - if you can delete one FooObject, you can delete them all), but if you can avoid these it should be ok.