|
|
|
|
|
by simonw
3747 days ago
|
|
I've never understood this criticism of Django. It's a batteries included framework, but at the end of the day it's just Python. You can integrate with whatever library is best for the job. I've worked on Django apps that use SQLAlchemy instead of the Django ORM, Django apps that use Mako instead of the Django template language, and I'm currently exploring using Marshmallow instead of Django forms for some cases. Is there anything in particular that you feel you can use with Flask or Pyramid but you couldn't use with Django? |
|