django-tumblr-auth

Software skärmdump:
django-tumblr-auth
Mjukvaruinformation:
Version: 0.0.1
Ladda upp dagen: 15 Apr 15
Utvecklare: Gokmen Gorgen
Licens: Gratis
Popularitet: 3

Rating: nan/5 (Total Votes: 0)

django-tumblr-auth är en django-social-auth förlängning som lägger till en backend för Tumblr.com.
API Keys
För att kunna använda det här programmet måste du registrera dig för OAuth-konsumentnyckel på http://www.tumblr.com/oauth/apps. Dessa bör tas i inställningsfilen
med inställningarna ::
& Nbsp; & nbsp; & nbsp; TUMBLR_CONSUMER_KEY = '' # Din konsumentnyckel
& Nbsp; & nbsp; & nbsp; TUMBLR_CONSUMER_SECRET = '' # Din konsumenthemlighet
Installation
För att installera django-tumblr-auth via pip ::
& Nbsp; & nbsp; & nbsp; PiP installera django-tumblr-auth
Eller du kan från den senaste versionen från Github manuellt ::
& Nbsp; & nbsp; & nbsp; git clone git: //github.com/alageek/django-tumblr-auth.git
& Nbsp; & nbsp; & nbsp; CD django-tumblr-auth
& Nbsp; & nbsp; & nbsp; Python setup.py installera
eller via pip ::
& Nbsp; & nbsp; & nbsp; Pip installera -e git + https: //github.com/alageek/django-tumblr-auth.git
När du har appen installerad måste du inkludera i dina inställningar ::
& Nbsp; & nbsp; & nbsp; INSTALLED_APPS = (
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; ...
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; 'Social_auth',
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; 'Tumblr_auth',
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; ...
& Nbsp; & nbsp; & nbsp; )
& Nbsp; & nbsp; & nbsp; AUTHENTICATION_BACKENDS = (
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; ...
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; 'Tumblr_auth.backend.TumblrBackend',
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; ...
& Nbsp; & nbsp; & nbsp; )
& Nbsp; & nbsp; & nbsp; SOCIAL_AUTH_IMPORT_BACKENDS = (
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; ...
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; 'Tumblr_auth',
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; ...
& Nbsp; & nbsp; & nbsp; )
Se Django-sociala-Auth dokumentation för ytterligare information.
frågor eller problem?
Om du har frågor, frågor eller önskemål om förbättringar låt mig veta på Github https://github.com/mlavin/django-tumblr-auth/issues.

Requirements:

  • Python
  • Django
  • OAuth

Annan programvara för utvecklare Gokmen Gorgen

Radpress
Radpress

1 Mar 15

django-minimizer
django-minimizer

14 Apr 15

radpress
radpress

20 Feb 15

django-voice
django-voice

20 Feb 15

Kommentarer till django-tumblr-auth

Kommentarer hittades inte
Kommentar
Slå på bilder!