Re: managed=False ignored by migrate

2015-04-17 Thread Drew Ferguson
Erk! My own fault unfortunately, apologies for the noise Some files had gotten left in a migration folder in an app; causing all sorts of confusion evidently All well now... On Fri, 17 Apr 2015 13:51:08 +0100 Drew Ferguson wrote: > Hi > > Trying to use a legacy database with Django > 1.8 (sp

managed=False ignored by migrate

2015-04-17 Thread Drew Ferguson
Hi Trying to use a legacy database with Django 1.8 (specifically Django-1.8-py2.py3-none-any.whl with python2.7) I followed the steps in https://docs.djangoproject.com/en/1.8/howto/legacy-databases/ i.e. "python manage.py inspectdb" and tidyup the resulting models file However when I ru