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
Built Distributions
File details
Details for the file django-sandstorm-0.0.2.tar.gz
.
File metadata
- Download URL: django-sandstorm-0.0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f09b80a8dca619bef1083efed553eed578f7d3c2554fa377605b3315c844802 |
|
MD5 | c4f9e30a2ff907088e620d452e0e8e51 |
|
BLAKE2b-256 | 78f6514501702a49512e8a5aa60f338c44fd4f1526b1ea087c0511edcb68a9db |
File details
Details for the file django_sandstorm-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: django_sandstorm-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e398cf88c037fb3af08f9b885d248b5579af16ff27f9a5c9a3e4be4d314d85fe |
|
MD5 | f05b390be46610c1f5db08201bd152f0 |
|
BLAKE2b-256 | 19c143351905a42050aa39022c016117639c728a434a732f6a901af8dc07e34d |
File details
Details for the file django_sandstorm-0.0.2-py2-none-any.whl
.
File metadata
- Download URL: django_sandstorm-0.0.2-py2-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50d6004c67962aa44cfbd87e552feb140a3202f3ce7f2157cd9002c8b176634e |
|
MD5 | 0db5214a8f8aa7ed1952a360637c1ad0 |
|
BLAKE2b-256 | 1cb3a739442279ce1d5eedbb12aa7aba18814d92b9942dccd43b5b998074d751 |