GestioCOF fetches the clipper accounts from an LDAP database and doesn't need to store clippers in a table anymore.
You need to run migrations to apply this patch
The default behaviour is not to fetch data from the LDAP because you may not have access to it.
To test over a ldap database server or in production, you need to set settings.LDAP_SERVER_URL
to the correct value.
Fixes #13 (closed)