|
|
|
|
|
by legutierr
4951 days ago
|
|
Just wondering (I'm not necessarially objecting to your statement): * what would you see as the right they of app for Django, if not this? Obviously Django is handling it, so what's the issue? * what is the right tool to build a distributed comment
system? |
|
What is django? A framework with strong routing, OR-mapping, templates and admin modules.
You need none to build it. Your main concern shouldn't be a coding framework, but load balancing, caching, failover control, more sysadmin stuff than code.
Any language could do. Framework? not needed.
Now, for the backend system to control that monster, then yes, you may use django.
So, use django for complex apps that need routing, data management and UI presentation, plus a powerful admin module.
* I am a python/django developer.