upgrade to django 1.11.16 and python3.6
This commit is contained in:
parent
b32465e85f
commit
bc0258ea8f
17 changed files with 155 additions and 84 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue