Re: Django app called operator

2014-05-08 Thread Domagoj Kovač
Thanks Tom, i thought something like this has happened. -- 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 thi

Re: Django app called operator

2014-05-08 Thread Tom Evans
On Thu, May 8, 2014 at 11:48 AM, Domagoj Kovač wrote: > Hi everybody, > > I have a problem. In my settings i have: > >> INSTALLED_APPS = ( >> 'django.contrib.auth', >> 'django.contrib.contenttypes', >> 'django.contrib.sessions', >> 'django.contrib.sites', >> 'django.contrib.mes

Django app called operator

2014-05-08 Thread Domagoj Kovač
Hi everybody, I have a problem. In my settings i have: INSTALLED_APPS = ( > 'django.contrib.auth', > 'django.contrib.contenttypes', > 'django.contrib.sessions', > 'django.contrib.sites', > 'django.contrib.messages', > 'django.contrib.staticfiles', > # Uncomment the ne