Skip to content

qznc/django-sandstorm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI

django-sandstorm

Django package for helping integrate a django app with sandstorm.io

To use: pip install django-sandstorm

It is HIGHLY recommended you make a separate sandstorm settings file for your app. Whether or not you do, the following needs to go in your app settings for integration with sandstorm to work:

INSTALLED_APPS += (
    'django_sandstorm',
)

MIDDLEWARE_CLASSES += (
    'django_sandstorm.middleware.SandstormMiddleware',
)

AUTH_USER_MODEL = "django_sandstorm.User"

About

Django Package for doing authentication with sandstorm.io

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%