django-meetup-auth

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

Rating: nan/5 (Total Votes: 0)

django-meetup-auth is a django-social-auth extension which adds a backend for Meetup.com.

API Keys

In order to use this application you must sign up for OAuth consumer key on
Meetup.com. These should be put into your settings file using the settings::

    MEETUP_CONSUMER_KEY = '' # Your consumer key
    MEETUP_CONSUMER_SECRET = '' # Your consumer secret


Installation

To install django-meetup-auth via pip::

    pip install django-meetup-auth

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

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


or via pip::

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

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

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

    AUTHENTICATION_BACKENDS = (
        ...
        'meetup_auth.backend.MeetupBackend',
        ...
    )

    SOCIAL_AUTH_IMPORT_BACKENDS = (
        ...
        'meetup_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 https://github.com/mlavin/django-meetup-auth/issues.

Requirements:

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

Other Software of Developer Mark Lavin

django-hilbert
django-hilbert

20 Feb 15

django-ad-code
django-ad-code

14 Apr 15

django-lastfm-auth
django-lastfm-auth

11 May 15

Comments to django-meetup-auth

Comments not found
Add Comment
Turn on images!