Access LDAP with Django

2011-08-30 Thread John Riselvato
Would Django be a good framework to use if i wanted to take directories of LDAP and make a list of users on a website? I have seen it done in php, but what about trying to manage this with django? -- http://mail.python.org/mailman/listinfo/python-list

JSON Strict Mode

2011-08-04 Thread John Riselvato
I am working on a license verification script. I am rather new to the concept and to JSON files in general. This is what my pseudocode looks like: licenses = meta['license'] > for x in licenses: > if licenses[x]['terms'] is not valid opensource license > if in strict mode >