Skip to content

Commit b3641fa

Browse files
committed
fixed settings documentation
1 parent dd1577c commit b3641fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/settings.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Settings
22
========
33

4-
Our configurations are all namespaced under the `OAUTH2_PROVIDER` settings (yes, like Django REST Framework ;) thanks guys!).
4+
Our configurations are all namespaced under the `OAUTH2_PROVIDER` settings with the solely exception of
5+
`OAUTH2_PROVIDER_APPLICATION_MODEL`: this is because of the way Django currently implements
6+
swappable models. See issue #90 (https://github.com/evonove/django-oauth-toolkit/issues/90) for details.
57

68
For example:
79

@@ -19,3 +21,5 @@ For example:
1921
2022
2123
TODO: add reference documentation for DOT settings
24+
25+
A big *thank you* to the guys from Django REST Framework for inspiring this.

0 commit comments

Comments
 (0)