Skip to content

Commit

Permalink
fixes some typos in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobessa committed Sep 4, 2017
1 parent 773a905 commit b3dac4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Features
--------

* **Tenants synced with django requests:** The active tenant can be extracted from the domain of the request and from a specific http header attribute.
* **Easy data isolation between tenants:** You reatrieve and create data the same way you do without tenants. The active tenant can be retreived from the request, and can also be forcedly set.
* **Easy data isolation between tenants:** You retrieve and create data the same way you do without tenants. The active tenant can be retrieved from the request, and can also be forcedly set.
* **Partially shared resources:** If there are resources that can be accessed from more then one tenant in your applidation, you don't need to duplicate it.


Expand Down

0 comments on commit b3dac4c

Please sign in to comment.