Reputation: 964
I have to build a simple cms-like webapp for a group of non profit organizations. Each one Of them will log into the app and manage its basic informations. I will then need to read this infos from other apps through a rest Service.
I will love a final user app, something i will just have to setup.
Is there anything i can start from?
Will it be' a good investiment to spend some Time in learning a framework like django? Im new to Python (expert asp.net objc c# java html jscript, beginner php) How easy it will be to implement this in django?
What about Zend, Symphony, CakePhp?
Upvotes: 2
Views: 2519
Reputation: 964
I found that CakePhp has an easy way of "scaffold" all my DB, in this way I just have to setup some classes in php with some property and I will get the all clean and nice UI to manage the content.
There is also the "bake" command line option, that generate all the php pages needed.
I will go for CakePhp.
Upvotes: 1
Reputation: 1536
You say you're new to python are you new to PHP too? I don't know Symphony or CakePHP so I can't comment on them. I know a tiny bit about Zend.
A couple of years ago I was in a similar position and went for django and I haven't regretted it. What I like about django is the following
It's hard to think of disadvantages, python and django are not as widely used as php and Zend so finding people to employ may be a bit harder. However, I think you appreciate and can work well with python and django if you're a well trained programmer which maybe means python and django people more reliably know what they're doing.
It definitely gets my vote anyway.
Upvotes: 2