Re: I cannot enable logging in server console

2013-09-13 Thread Ladislav P
It was not. I was completely missing django.db.backends directive in LOGGING. On Thursday, September 12, 2013 1:18:38 PM UTC+1, Germán Larraín wrote: > > Perhaps it's a pycharm issue... -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

I cannot enable logging in server console

2013-09-12 Thread Germán Larraín
Perhaps it's a pycharm issue... -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to d

I cannot enable logging in server console

2013-09-11 Thread Ladislav P
Hi, I am developing in pycharm, django correctly was writing every SQL command in console, but from some time it stopped to do so. I have checked nearly everything, can somebody help to troubleshoot this? This feature is quite critical for developing .. DEBUG = True TEMPLATE_DEBUG = DEBUG I d