diff -r 2ff785d7026c -r b45eb8244cd9 server/python/django2/Readme.md --- a/server/python/django2/Readme.md Thu Mar 03 17:09:27 2016 +0100 +++ b/server/python/django2/Readme.md Thu Mar 03 18:04:27 2016 +0100 @@ -0,0 +1,9 @@ +# RENKAN API - Django REST Framework + +## Configuration + +The following setting can be defined: + + RENKAN_USER_DISPLAY_FIELD + +This defines the field that will be used in your user model to serialize the user information your API will send in the responses. ("username", "external_id"...) Will default to the USERNAME_FIELD of the User Model class. \ No newline at end of file