Beware, having used Django, Pyramid, and Flask (in order of first use) I would highly recommend Flask over Django. Django is batteries included which can cause pain when trying to use different batteries. For me, SQL Alchemy > Django ORM for example.
But if your use case fits well within the Django ecosystem...then Django can be easier.
But if your use case fits well within the Django ecosystem...then Django can be easier.