diff --git a/README.rst b/README.rst index bf6c780..993a980 100644 --- a/README.rst +++ b/README.rst @@ -176,6 +176,9 @@ suited for your deployment. {'code': 'it',}, {'code': 'fr',}, ), + 'default': { + 'fallbacks': ['en', 'it', 'fr'], + } } * Add the following to your ``urls.py``::