-
jmelloy
i'm trying to use google oauth2, i've created a key and am passing it in, and the /complete method is returning 403 forbidden
-
jmelloy has quit
-
diraol joined the channel
-
mhroncok joined the channel
-
mhroncok has quit
-
lenochka joined the channel
-
lenochka
hi, could someone help me with an issue related to using python-social-auth and Django 1.5
-
I upgraded from django-social-auth
-
and now migrations fail
-
cadillac_
south migrations?
-
what version of south?
-
diraol3 joined the channel
-
diraol has quit
-
lenochka
cadillac_: yes, south, the version 0.7.6
-
and I have python-social-auth of version 0.2.1
-
the migrations work OK on local dev, but not on production
-
for some reaosn
-
*reason
-
cadillac_
same django and south versions locally?
-
PSA 0.2.1 supports django 1.7 migrations by default
-
lenochka
well, south is not the same. On my local dev it is 1.0
-
yes, but I have Django 1.5
-
cadillac_
but there's a conflict between the directories names (django also uses migrations name)
-
yeah, that's the trick
-
you need to update south to 1.0
-
lenochka
Oh, so it should work then?
-
cadillac_
since south 1.0 will look for south_migrations too
-
lenochka
hm.. OK
-
so if I try to upgrade to south 1.0 on production, this should solve the problem, right?
-
cadillac_
right
-
lenochka
ok, I could try this
-
cadillac_: thanks a lot! seems to work
-
cadillac_
cool