Re: Problem with SQLite and migrations

2019-08-21 Thread Jonathan Mrutu
Hi Jaemin, You can try to post this question on stack overflow, but why don't you use PostgreSQL this is recommended. SQLite as the name implies it's more for testing purpose in a small project environment. //Jona

Re: DRF with Rich Text

2019-08-21 Thread Jonathan Mrutu
You must secure your endpoints with authentication mechanism and on top of that you might consider using django-rest-knox //Jona On Wed, Aug 21, 2019 at 5:57 PM Yoo wrote: > Hi, > Thanks for the prompt response (and sorry for such a late one). I suppose > I'm simply asking about JSON in