Private
Public Access
1
0

session coach view v1

This commit is contained in:
Sander Roosendaal
2018-02-11 13:55:51 +01:00
parent fdc4ec15ea
commit 8884e2f7b1
7 changed files with 228 additions and 12 deletions

View File

@@ -294,6 +294,7 @@ def calculate_age(born):
def my_dict_from_instance(instance,model):
thedict = {}
thedict['id'] = instance.id
for attr, value in instance.__dict__.iteritems():
try: