I am a PHP developer and know about all the major frameworks like Joomla!, CI, zend etc.
Now I got a project in Python based CMS ( DJango ).
I am studying python now a days and I had some doubts.
-
Can I set wamp ( I mean apache ) for running platform of DJango ?
If yes please suggest me any doc / tutorial for setting up wamp -
Is Django a MVC architecture frame word ?
- Like in Joomla! is it having any authentication system ?
Where to start Django from scratch ?
auth. More information about this can be found in django documentation here.To start writing your first django app, refer the clear documentation given here.