You can use falcon/flask if you only want to create api as these are minimalistic frameworks and very easy to understand
On Mon 29 Oct, 2018, 4:45 AM PASCUAL Eric, <[email protected]> wrote: > Hi Charley, > > > You should not regret this choice. > > Sometimes Django seems a bit overkill at the first glance. But most of the > times, once the project has made some progress you'll quickly appreciate > the fact it is like Python : batteries included. No need to hunt for > external add-ons which will integrate more or less easily when it comes to > take care of CORS, CSRF, sessions, I18N,... All is already here for free. I > could verify this on a Flask based project : you're left alone when time > comes for you to find the right LEGO blocks and make then fit together. > Django creators have already made this for you, and they're very smart > people. > > > And of course the default Django configuration can be optimized by > removing middlewares and features you don't need to cut it down to the > strict necessary. So, why bother ? > > > Regards > > > Eric > ------------------------------ > *From:* [email protected] <[email protected]> on > behalf of Charley Paulus <[email protected]> > *Sent:* Sunday, October 28, 2018 2:53:04 PM > *To:* Django users > *Subject:* Re: Django to serve JSON: overkill? > > Hi Eric, > > Yes that helps a lot. > I have data models and related DB. > I’ll go with Django. > > Thanks. > > Best regards, > Charley > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/77c35a21-591d-41e5-8bd5-4314a5b0614d%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/VI1P193MB04325B2D1B8CF0A98E5C3C2A8CF20%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM > <https://groups.google.com/d/msgid/django-users/VI1P193MB04325B2D1B8CF0A98E5C3C2A8CF20%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAcanstQw%2B4X41VJB0dSKRaDrV2qFSkWrx2XjtK50QXOThjkqw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

