upgrade django
This commit is contained in:
parent
e8fa8f6d13
commit
7ed4a39b36
9 changed files with 77 additions and 39 deletions
|
|
@ -55,7 +55,7 @@ def all_members():
|
|||
def populate_members():
|
||||
"""fetch all members, sort them and populate the Django database"""
|
||||
for m in sorted(all_members()):
|
||||
member = LDAPBackend().populate_user(m)
|
||||
member = LDAPBackend().populate_user(m.decode())
|
||||
if member:
|
||||
print('Populated: %s' % member)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue