Re: Django 1.9 ./manage.py migrate error

2016-03-06 Thread Xuton Ion
eference: django 1.9.1 / sqlite / OSX / python 3.4) > > On Sunday, January 17, 2016 at 9:48:22 AM UTC-8, Marisa DeMeglio wrote: >> >> Did you ever figure this out? I just upgraded from Django 1.8 to 1.9 and >> I'm having the same issue. >> >> On Saturday, Dec

Re: Django 1.9 ./manage.py migrate error

2015-12-12 Thread Xuton Ion
> On Saturday, December 12, 2015 at 11:53:37 AM UTC-5, Xuton Ion wrote: >> >> No, I haven't added any migrations. >> >> I did try with --run-syncdb though, and still had the same error though >> >> On Saturday, 12 December 2015 16:26:15 UTC+2, Tim

Re: Django 1.9 ./manage.py migrate error

2015-12-12 Thread Xuton Ion
without migrations is removed. Migrations are > compulsory for all apps unless you pass the --run-syncdb > <https://docs.djangoproject.com/en/1.9/ref/django-admin/#django-admin-option---run-syncdb> > > option to migrate." > > On Saturday, December 12, 2015 at 8:4

Django 1.9 ./manage.py migrate error

2015-12-12 Thread Xuton Ion
Hi I seem to have an issue with running migrate and have been googling all day without any luck I have an app which works and runs on 1.8 After cloning the repo and creating a new ve, I ended up with Django 1.9 Running the ./manage.py migrate creates the database, but none of the tables from t