ConoscereLinux / asso-django

An open source Django Framework to manage Events, Member and basic Accounting for an Italian Association
GNU General Public License v3.0
0 stars 3 forks source link

Member | Add data validation using python-codicefiscale #50

Closed giobber closed 1 year ago

giobber commented 1 year ago

python-codicefiscale permits to check personal data against member's codice fiscale We could use it as a custom django validator to ensure data insertion is formally valid

see https://github.com/fabiocaccamo/python-codicefiscale for more info