Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor committed Jan 2, 2016
1 parent 03080e8 commit 9cabd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -4,6 +4,7 @@ django-dynamodb-sessions
:Info: This package contains a simple Django session backend that uses
Amazon's `DynamoDB`_ for data storage.
:Author: Greg Taylor
:Status: Stable, but un-maintained (Open an issue if interested in maintaining!)

.. _DynamoDB: http://aws.amazon.com/dynamodb/

Expand Down

2 comments on commit 9cabd42

@huangtao800
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to delete DATABASES setting in settings.py after adding DYNAMODB_SESSIONS_AWS_ACCESS_KEY_ID, DYNAMODB_SESSIONS_AWS_SECRET_ACCESS_KEY and SESSION_ENGINE?

@gtaylor
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, DATABASES is used by the ORM. As long as you want to be able to use the Django ORM with a relational DB, you'll need DATABASES.

Please sign in to comment.