Re: Django 1.11 and Python 3 SQLite Migration "table already exists"

2018-04-03 Thread Alex Laird
Finally found the solution. I have marked it as the answer on my Stackoverflow question here: https://stackoverflow.com/a/49641729/1128413 On Tuesday, April 3, 2018 at 2:52:55 PM UTC-7, Alex Laird wrote: > > I've recently started receiving an error that I'm having trouble > identifying with a Dj

Django 1.11 and Python 3 SQLite Migration "table already exists"

2018-04-03 Thread Alex Laird
I've recently started receiving an error that I'm having trouble identifying with a Django 1.11 project using SQLite in development. The project linked below was/is previously Python 2/3 compatible, though I primarily ran it using Python 2. Recently, I switched over most of my computers and pro