Code Monkey home page Code Monkey logo

Comments (4)

timcu avatar timcu commented on July 20, 2024

Someone else experiencing the problem https://stackoverflow.com/questions/78453974/no-item-provider-dropdown-while-adding-social-application-to-django-admin

from django-allauth.

pennersr avatar pennersr commented on July 20, 2024

Starting from 0.62.0 you need the [socialaccount] extra. I see that you installed 0.63.2 using that, but please give reinstalling or recreating your virtualenv a try -- the missing extra is really the only known issue in this regard.

from django-allauth.

timcu avatar timcu commented on July 20, 2024

Thanks for looking into it. I had tried deleting django-allauth and reinstalling to no benefit. However, just now I created a fresh new virtual environment and that worked. Maybe once I had done a pip install django-allauth==0.63.2 on a virtualenv then no matter how many times I did pip install django-allauth[socialaccount]==0.63.2 it would not install the extra, even if I had deleted django-allauth from my virtual environment (using the pycharm - button on the virtual environment)

from django-allauth.

timcu avatar timcu commented on July 20, 2024

I think I worked out the problem. It is a PyCharm bug. I had a requirements.txt file with the following contents

Django==5.0.6
django-allauth[socialaccount]==0.63.2

In a new virtual environment, PyCharm raises a flag to say not all packages are installed (as expected), and gives the option to "Install all missing packages". However, selecting that option only installs django-allauth, not django-allauth[socialaccount]

If I install with pip install -r requirements.txt the socialaccount installs correctly.

I will report this to JetBrains.

from django-allauth.

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.