GithubHelp home page GithubHelp logo

Comments (5)

omab avatar omab commented on June 24, 2024

I cannot reproduce it:

$ pip freeze | grep Django
Django==1.5.4
$ python manage.py syncdb --noinput
Creating tables ...
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_groups
Creating table auth_user_user_permissions
Creating table auth_user
Creating table django_admin_log
Creating table django_content_type
Creating table django_session
Creating table django_site
Creating table social_auth_usersocialauth
Creating table social_auth_nonce
Creating table social_auth_association
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)

Some more details? Maybe something related with another installed app?

from python-social-auth.

aldorodz avatar aldorodz commented on June 24, 2024

I have these apps installed: 'tastypie', 'suit', 'django_evolution' and before I had the django_social_auth, i think it occurs because has a incompatibility with 'django_evolution', well i changed to south and was solved

from python-social-auth.

omab avatar omab commented on June 24, 2024

Any chance you have the full traceback?

from python-social-auth.

aldorodz avatar aldorodz commented on June 24, 2024

./manage.py syncdb
Syncing...
Creating tables ...
PicklingError: Can't pickle <class 'django.db.models.fields.subclassing.JSONField'>: attribute lookup django.db.models.fields.subclassing.JSONField failed

that's all

from python-social-auth.

omab avatar omab commented on June 24, 2024

@ArmyZRdz, the change above fixes the incompatibility with django-evolution.

from python-social-auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.