Re: Query about django

2018-06-18 Thread Artur Gontijo
It is just what it describes in the end of the sentence: "user authentication, content administration, site maps, RSS feeds, and many more tasks" Examples for user authentication: user registration, login, logout, etc. On Monday, June 18, 2018 at 3:01:55 PM UTC-3, Navjit Kaur wrote: > > Hello,

Re: Query about django

2018-06-18 Thread Andréas Kühne
Common web application tasks :-) Seriously though - Django makes it easy to do things that you may want to do with a web application, for example: * Handle forms for adding / updating items in a database * Competent ORM. * User authentication / authorization * Simple admin interface * Handle dynam

Re: Query about Django vs Web2Py

2011-07-28 Thread Furqan Rauf
in my opinion its your decision, I have done some django and currently exploring web2py bit by bit. I think in Django you have much more control from start while in web2py you can start write off and then at some point when you need more complex behavior to implement you can go back and override st