Skip to main content

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',
)
```

Project details


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 details)

Uploaded Source

Built Distributions

django_sandstorm-0.0.2-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

django_sandstorm-0.0.2-py2-none-any.whl (3.9 kB view details)

Uploaded Python 2

File details

Details for the file django-sandstorm-0.0.2.tar.gz.

File metadata

File hashes

Hashes for django-sandstorm-0.0.2.tar.gz
Algorithm Hash digest
SHA256 1f09b80a8dca619bef1083efed553eed578f7d3c2554fa377605b3315c844802
MD5 c4f9e30a2ff907088e620d452e0e8e51
BLAKE2b-256 78f6514501702a49512e8a5aa60f338c44fd4f1526b1ea087c0511edcb68a9db

See more details on using hashes here.

File details

Details for the file django_sandstorm-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_sandstorm-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e398cf88c037fb3af08f9b885d248b5579af16ff27f9a5c9a3e4be4d314d85fe
MD5 f05b390be46610c1f5db08201bd152f0
BLAKE2b-256 19c143351905a42050aa39022c016117639c728a434a732f6a901af8dc07e34d

See more details on using hashes here.

File details

Details for the file django_sandstorm-0.0.2-py2-none-any.whl.

File metadata

File hashes

Hashes for django_sandstorm-0.0.2-py2-none-any.whl
Algorithm Hash digest
SHA256 50d6004c67962aa44cfbd87e552feb140a3202f3ce7f2157cd9002c8b176634e
MD5 0db5214a8f8aa7ed1952a360637c1ad0
BLAKE2b-256 1cb3a739442279ce1d5eedbb12aa7aba18814d92b9942dccd43b5b998074d751

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page