Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

south migration for django app? #331

Closed
pcompassion opened this issue Jul 21, 2014 · 1 comment
Closed

south migration for django app? #331

pcompassion opened this issue Jul 21, 2014 · 1 comment

Comments

@pcompassion
Copy link

I got an error with google:

DataError at /auth/complete/google-oauth2/
value too long for type character varying(16)

No where in django model source code (of python social auth) has 16 length, and looked at postgresql DB, and UID of social_auth_usersocialauth has 16 length!

I can fix this by manually altering postgresql schema.

It would be good for django users to have a documentation about DB schema change.
Especially since "syncdb" database is different from the python social auth model code. (wonder why!)

@omab
Copy link
Owner

omab commented Apr 4, 2015

There are migrations for django and south in the app.

@omab omab closed this as completed Apr 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants