Re: Regarding API Creation

2019-12-23 Thread Anonymous Anon
It really depends Architecture vs Performance This is what I usually do. For most of my API implementations, i write function based API - specially it's a part of a large project where there are multiple endpoints. I have experienced performance issues using DRF class based views at multi

Re: Django 2.2 Media files

2019-07-05 Thread Anonymous Anon
I just find it really useful to save it in Google cloud On Fri., Jul. 5, 2019, 8:25 a.m. John Bagiliko, < john.bagil...@aims-senegal.org> wrote: > Since you already configured static folder called media in settings.py, if > you specifify upload_to='/media', Django will create a folder 'media' > i