From 8ed9ffc4ec4a1325dd1472b0c52ad8bf78ed6ff9 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Mon, 25 Nov 2013 22:49:37 +0100 Subject: [PATCH] add usage information --- pop_members.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pop_members.py b/pop_members.py index e50fcb5..ae5ab1d 100644 --- a/pop_members.py +++ b/pop_members.py @@ -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. https://github.com/c-base/cbmi/issues/22 + +Usage: + # ./manage shell + from pop_members import * + populate_members() """ import ldap