A sandstorm.io integration for Django.
Project description
[![PyPI](https://img.shields.io/pypi/v/django-sandstorm.svg)](https://pypi.python.org/pypi/django-sandstorm)
# 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',
)
AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.RemoteUserBackend',
)
MIDDLEWARE_CLASSES += (
'django_sandstorm.middleware.SandstormMiddleware',
)
```
# 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',
)
AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.RemoteUserBackend',
)
MIDDLEWARE_CLASSES += (
'django_sandstorm.middleware.SandstormMiddleware',
)
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-sandstorm-0.0.2.tar.gz
(1.9 kB
view hashes)
Built Distributions
Close
Hashes for django_sandstorm-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e398cf88c037fb3af08f9b885d248b5579af16ff27f9a5c9a3e4be4d314d85fe |
|
MD5 | f05b390be46610c1f5db08201bd152f0 |
|
BLAKE2b-256 | 19c143351905a42050aa39022c016117639c728a434a732f6a901af8dc07e34d |
Close
Hashes for django_sandstorm-0.0.2-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50d6004c67962aa44cfbd87e552feb140a3202f3ce7f2157cd9002c8b176634e |
|
MD5 | 0db5214a8f8aa7ed1952a360637c1ad0 |
|
BLAKE2b-256 | 1cb3a739442279ce1d5eedbb12aa7aba18814d92b9942dccd43b5b998074d751 |