Changes between Initial Version and Version 1 of Ticket #28073, comment 14


Ignore:
Timestamp:
Sep 15, 2017, 3:54:25 AM (7 years ago)
Author:
johanovic

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28073, comment 14

    initial v1  
    11I had the same issue. In my case it had to with the fact that I had copied the __pycache__ of the migrations generated with a different setup to production. Can you clear the cache and see if that makes a difference?
     2
     3My setups:
     4
     5- local: Django 1.11.4 python3 (used python2 in earlier stages to generate migrations, though!)
     6- development:  Django 1.11.4 python3 (used Django 1.10.5 in earlier stages, then bumped to 1.11.4 and ran into migration issues)
Back to Top