server/python/django2/Readme.md
changeset 613 e00a24b711a0
parent 594 b45eb8244cd9
--- a/server/python/django2/Readme.md	Tue Jun 07 10:46:20 2016 +0200
+++ b/server/python/django2/Readme.md	Mon Jun 13 14:23:58 2016 +0200
@@ -5,5 +5,9 @@
 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
+
+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.
+
+## Test
+
+    $ DJANGO_SETTINGS_MODULE=tests.settings django-admin test renkanmanager