veritus / veritus-backend

1 stars 0 forks source link

from __future__ import unicode_literals when making migrations #12

Closed AriHrannar closed 7 years ago

AriHrannar commented 7 years ago

This isnt applicable in python3, figure out how to get past this when running the makemigration script

AriHrannar commented 7 years ago

As far as I can see from here this is to support both Python 2 and 3. There doesnt seem to be any way around it.

Maybe they will change this in the future but doesnt seem like anything we can do.

It isnt a huge issue anyways, we wont look that much at the migration files anyways!