django-lastfm-auth

Software Screenshot:
django-lastfm-auth
Software Details:
Version: 0.2.3
Upload Date: 11 May 15
Developer: Mark Lavin
Distribution Type: Freeware
Downloads: 0

Rating: nan/5 (Total Votes: 0)

django-lastfm-auth is a django-social-auth extension that adds a backend for Last.fm.

If you are looking for a stand alone Last.fm authentication backend then please check out django-lastfmauth.

API Keys

In order to use this application you must sign up for API keys on
Last.fm. These should be put into your settings file using the settings::

    LASTFM_API_KEY = '' # Your api key
    LASTFM_SECRET = '' # Your api secret

Installation

To install django-lastfm-auth via pip::

    pip install django-lastfm-auth

Or you can from the latest version from Github manually::

    git clone git://github.com/mlavin/django-lastfm-auth.git
    cd django-lastfm-auth
    python setup.py install


or via pip::

    pip install -e git+https://github.com/mlavin/django-lastfm-auth.git

Once you have the app installed you must include in your settings::

    INSTALLED_APPS = (
        ...
        'social_auth',
        'lastfm_auth',
        ...
    )

    AUTHENTICATION_BACKENDS = (
        ...
        'lastfm_auth.backend.LastfmBackend',
        ...
    )

    SOCIAL_AUTH_IMPORT_BACKENDS = (
        ...
        'lastfm_auth',
        ...
    )


Please refer to the Django-Social-Auth documentation for additional information.

Questions or Issues?

If you have questions, issues or requests for improvements please let me know on Github.

Requirements:

  • Python
  • Django
  • oauth2
  • Python-Openid >= 2.2

Other Software of Developer Mark Lavin

django-meetup-auth
django-meetup-auth

11 May 15

django-ad-code
django-ad-code

14 Apr 15

django-hilbert
django-hilbert

20 Feb 15

Comments to django-lastfm-auth

Comments not found
Add Comment
Turn on images!