Skip to content

yakovzaytsev/django-instagram-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram_auth

instagram_auth is a Django authentication backend

TODO Detailed documentation is at readthedocs.org.

Quick start

  1. add instagram_auth to your INSTALLED_APPS setting like this
INSTALLED_APPS = [
    ...
    'instagram_auth',
]
  1. Include instagram_auth URLconf in your project urls.py like this
url(r'^accounts/', include(instagram_auth.urls)),
  1. Run python manage.py migrate to create instagram_auth models

About

Instagram custom authentication backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published