Update README.md

This commit is contained in:
Ashutosh Pednekar 2023-12-10 12:26:26 +05:30 committed by GitHub
parent 8da7981480
commit f39b6ac404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Django has always lived up to it's tagline, The web framework for perfectionists
DRF has been facilitating this even more with it's amazing serializers, viewsets, filters, validators, routers and so on...
---
### Here are a few grapples with django we're aiming to address
### Here are a few challenges with django we're aiming to address
- One issue with django is that since it's designed as an all-encompassing web framework, designed before the advent of microservices, it comes with a lot of bloat that's not needed
for api services.