Changes between Initial Version and Version 1 of Ticket #25238


Ignore:
Timestamp:
Aug 6, 2015, 1:01:23 PM (9 years ago)
Author:
Vaibhav Mallya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25238 – Description

    initial v1  
    88What's odd is that running {{{./manage.py migrate}}} twice in a row seems to work. Unfortunately this doesn't seem to help with tests. In no particular order, I would love some advice on:
    99
    10 1) How to unblock myself such that stuff 'just works' (my nuclear option is removing all the customer user model stuff, and migrating the old data over, which will take some time)
     101) How to unblock myself such that stuff 'just works' (my nuclear option is removing the custom user model and custom user manager, and migrating the old data over, which will take some time)
    1111
    12122) Understanding why everything seemed to work fine with SQLite, and why it fails with postgres/mysql
Back to Top