|
|
|
|
|
by dexterbt1
3499 days ago
|
|
I'm copying here what I wrote back in 2013 to some other forum, much of it is still true... Django is mature, full-stack, flexible, has sound architectural decisions behind it, relatively good security track record. There is a built-in admin and permission systems to help with what you require. Batteries included such as an ORM, templating, routing, forms. The Django third-party apps/module ecosystem is rather large and accessible: from authentication, social media integration, payment gateway integrations, APIs, to whole apps like invoicing, helpdesk, etc. |
|