Django-Tumblr-Auth
Django-Tumblr-Auth is an extension to Django-Social-Auth which adds a backend for Tumblr.com.
Requirements
- Django-Social-Auth >= 0.3.3
Django >= 1.2.5
Python-OAuth >= 1.0.1
API Keys
In order to use this application you must sign up for OAuth consumer key on http://www.tumblr.com/oauth/apps. These should be put into your settings file using the settings:
TUMBLR_CONSUMER_KEY = '' # Your consumer key TUMBLR_CONSUMER_SECRET = '' # Your consumer secret
Installation
To install django-tumblr-auth via pip:
pip install django-tumblr-auth
Or you can from the latest version from Github manually:
git clone git://github.com/alageek/django-tumblr-auth.git cd django-tumblr-auth python setup.py install
or via pip:
pip install -e git+https://github.com/alageek/django-tumblr-auth.git
Once you have the app installed you must include in your settings:
INSTALLED_APPS = (
...
'social_auth',
'tumblr_auth',
...
)
AUTHENTICATION_BACKENDS = (
...
'tumblr_auth.backend.TumblrBackend',
...
)
SOCIAL_AUTH_IMPORT_BACKENDS = (
...
'tumblr_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.
Release files for django-tumblr-auth 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distributions (sdists)
| File | Size | Uploaded | |
|---|---|---|---|
| django-tumblr-auth-0.0.1.zip | 8.7 kB | Details | |
| django-tumblr-auth-0.0.1.tar.bz2 | 4.5 kB | Details |
Release files / django-tumblr-auth-0.0.1.zip
| Download URL | django-tumblr-auth-0.0.1.zip |
|---|---|
| Size | 8.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e6264f7a9878c6c1f4e7ea930aed54a318559fd134a97f08c47c31ff33ca2c73
|
|
BLAKE2b-256 checksum How to use checksums |
82f118168d1b7ee5830eb81b947adc36a61b2f9e0f8cbe74b3e2b6e36b83925d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django-tumblr-auth-0.0.1.tar.bz2
| Download URL | django-tumblr-auth-0.0.1.tar.bz2 |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
34e6de9bd657bd7fc9d1dfdd1f397a8af195486df81d2b92b5598c87a5c30fa0
|
|
BLAKE2b-256 checksum How to use checksums |
4c6e263f6f578d05213deb632747ef16357eda6618c7afadfe92d156cbe533c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |