django-aws

Django AWS backends


License
BSD-1-Clause
Install
pip install django-aws==0.1

Documentation

Django AWS

The idea behind Django AWS is to create a small set of Django backends which can utilize the AWS services.

Currently it consists only of django sessions backend, but will be extended in future to add some other (authentication backends are next on my list).

Setup

To setup Django Sessions, go to: https://github.com/piotrbulinski/django-aws/blob/master/django_aws/sessions/README.md

Ideas

In case you have some idea what could be added or would like to contribute, please open a new issue and let's discuss it there :)

TODO

  • Write unittests
  • Integrate with TravisCI