server/python/django2/Readme.md
author durandn
Thu, 03 Mar 2016 18:04:27 +0100
changeset 594 b45eb8244cd9
parent 593 2ff785d7026c
child 613 e00a24b711a0
permissions -rw-r--r--
Added default to the RENKAN_USER_DISPLAY_FIELD setting. Will default to the USERFIELD_NAME for the user model

# 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.