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,
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
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
3 matches
Mail list logo