upgrade to django 1.11.16 and python3.6

This commit is contained in:
cmile 2018-10-03 00:16:28 +02:00
parent b32465e85f
commit bc0258ea8f
17 changed files with 155 additions and 84 deletions

View file

@ -57,6 +57,6 @@ def populate_members():
for m in sorted(all_members()):
member = LDAPBackend().populate_user(m)
if member:
print 'Populated: %s' % member
print('Populated: %s' % member)
else:
print 'Not found: %s' % m
print('Not found: %s' % m)