add usage information

This commit is contained in:
baccenfutter 2013-11-25 22:49:37 +01:00
parent ab5d6b51d5
commit 8ed9ffc4ec

View file

@ -6,6 +6,11 @@ This script fetches all active members from the LDAP database and populates the
Django database with all discovered members, and groups. Django database with all discovered members, and groups.
https://github.com/c-base/cbmi/issues/22 https://github.com/c-base/cbmi/issues/22
Usage:
# ./manage shell
from pop_members import *
populate_members()
""" """
import ldap import ldap