server/python/django2/Readme.md
changeset 594 b45eb8244cd9
parent 593 2ff785d7026c
child 613 e00a24b711a0
equal deleted inserted replaced
593:2ff785d7026c 594:b45eb8244cd9
       
     1 # RENKAN API - Django REST Framework
       
     2 
       
     3 ## Configuration
       
     4 
       
     5 The following setting can be defined:
       
     6 
       
     7 	RENKAN_USER_DISPLAY_FIELD
       
     8 	
       
     9 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.