python - How complicate can a Django application go? -
i'm tasked create simple crud mvc application, , thought it's opportunity learn python. because of great documentation, i'm thinking i'll go django.
now, simple crud mvc application become quite complicated in future. might have receive , issue jms messages, display charts updated periodically (i'm thinking ajax) , not.
given i'm little worried, since while i'm told it's easy call java code python (i'm java developer), i'm told django best content based web application, , can restrictive.
do think okay go django in case?
simple crud mvc application
django "out of box" admin interface simple, crud, mvc application. don't programming make happen. create model. that's it. use django admin crud application. done.
i might have receive , issue jms messages, display charts updated periodically (i'm thinking ajax) , not.
that's point. since didn't waste time writing crud application, able write other, more interesting stuff.
look @ http://hjb.python-hosting.com/ python-jms bridge.
we have flex front-end , django-based restful web services. django apps create pdf's, , other things. flex pretty pictures , charts.
django best content based web application, , can restrictive.
doesn't mean anything. provide quote or link whatever you're talking about.
Comments
Post a Comment