Re: KeyError: 'default'

2015-04-07 Thread Mike Dewhirst
On 7/04/2015 8:48 PM, Flavia Missi wrote: Hi, From Django 1.6 to Django 1.7 /migration**/handling was added to Django, so I suppose you cannot run your project with 1.7 without performing the required changes. If you're using south, take a look here: https://docs.djangoproject.com/en/1.7/topics

Re: KeyError: 'default'

2015-04-07 Thread Flavia Missi
Hi, >From Django 1.6 to Django 1.7 *migration *handling was added to Django, so I suppose you cannot run your project with 1.7 without performing the required changes. If you're using south, take a look here: https://docs.djangoproject.com/en/1.7/topics/migrations/#upgrading-from-south Also, I se

Re: KeyError: 'default'

2015-04-06 Thread Mike Dewhirst
On 7/04/2015 1:07 AM, Pavel Kuchin wrote: Hi Mike, I think the issue is that Django can't find your default DB settings. Please take a look: https://docs.djangoproject.com/en/1.8/ref/settings/#databases Pavel Thanks for responding. I have had that setting running since they were first called

Re: KeyError: 'default'

2015-04-06 Thread Pavel Kuchin
Hi Mike, I think the issue is that Django can't find your default DB settings. Please take a look: https://docs.djangoproject.com/en/1.8/ref/settings/#databases Best regards, Pavel понедельник, 6 апреля 2015 г., 15:44:01 UTC+3 пользователь Mike Dewhirst написал: > > Can someone please explain