We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1577c commit b3641faCopy full SHA for b3641fa
docs/settings.rst
@@ -1,7 +1,9 @@
1
Settings
2
========
3
4
-Our configurations are all namespaced under the `OAUTH2_PROVIDER` settings (yes, like Django REST Framework ;) thanks guys!).
+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.
7
8
For example:
9
@@ -19,3 +21,5 @@ For example:
19
21
20
22
23
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