Hi, Contact me. I am an experienced Django developer, if you still need a
developer.
Thank you
*Kind Regards*
*Eric Bawakuno | Computer Engineer **| 247ERICPOINTCOM |
247ericpointcom.site** | +27795639700 | +27 815152254 | eric...@gmail.com
| **29 Rochester Road, Observatory | Cape Town, South
DRF remains an extension to Django. We don't want Django to depend on it.
But you're free to set up a startproject template that includes the
settings, and use that.
https://docs.djangoproject.com/en/3.2/ref/django-admin/#cmdoption-startproject-template
On Tue, 14 Sept 2021 at 08:44, abdul azeez
For YEARS I’ve wanted a REST solution included with Django. DRF hasn’t
never felt like a great fit for Django projects. It’s very Rails-y.
It would be amazing to have an official Django contrib package for REST.
Never going to happen, but needs to be said.
Best,
Mike
On Wed, Sep 15, 2021 at 4:4
There are serializers and dictionaries built into the Django models system that
I’ve had zero problems leveraging for building out JSON (or REST-like) objects
for endpoint purposes. I personally believe integrating DRF into Django would
needlessly bloat it. The two play together perfectly fine i
Additionally, incorporating DRF [or any other 3rd party lib] into core would
lock them into Django's release cycle.
As for built-in REST/API features, Django provides `JsonResponse` already, so
the main piece lacking is de/serialisers.
The built in serializer framework is well suited to generat