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