Revision 348febee edumanage/management/commands/parse_instituion_xml.py

b/edumanage/management/commands/parse_instituion_xml.py
8 8

  
9 9
class Command(BaseCommand):
10 10
    args = ''
11
    help = 'Fetches the kml from eduroam.org and updates cache'
11
    help = 'Parses the institution XML file and creates institution, institution realm, contact and service point entries'
12 12

  
13 13
    def handle(self, *args, **options):
14 14
        file = settings.INST_XML_FILE

Also available in: Unified diff