Re: How to Handle exceptions in production environment?

2019-12-09 Thread Roberth Mejias
Try Sentry On Monday, December 9, 2019 at 9:50:01 PM UTC-3, William Méndez wrote: > > Hi folks!, I have a question, How to handle exceptions in production mode?. > > > Greetings. > -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To uns

Re: django monitoring

2019-07-08 Thread Roberth Mejias
Hi, I use Sentry for logging production mode On Mon, Jul 8, 2019, 01:26 Jurgis Pralgauskis wrote: > django.db.backends logger works only in debug mode > > https://docs.djangoproject.com/en/1.11/topics/logging/#django-db-backends > > Curiuos, if sql logging gives much overhead? > > Also interesti

Re: Quick Start Tutorial: NameError: name 'viewsets' is not defined

2018-12-22 Thread Roberth Mejias
Did you add *rest_framework *in the settings.py file? in the definition of applications? On Sat, Dec 22, 2018 at 7:38 PM Adrian Lazăr wrote: > Hello guys, > > I am struggling to determine what seems to be the issue here. There error > that I get is: NameError: name 'viewsets' is not defined > >