#python-social-auth

/

      • triyo joined the channel
      • triyo
        I'm getting an error "cannot import name migrations" with v0.2.1
      • I'm running Django 1.6.1
      • It seems to be trying to use the new migrations from Django 1.7
      • cadillac_
        triyo, what version of south are you using?
      • triyo
        cadillac_: '0.8.4'
      • cadillac_
        triyo, you need to update to 1.0, which will automatically look for migrations in south_migrations directory
      • since django 1.7 uses the migration directory to hold django migrations
      • triyo
        oh ok. I'll do that thanks
      • cadillac_: I upgraded to 1.0.1
      • triyo has quit