from django_iban.fields import IBANField ... class MyModel(models.Model): iban = IBANField(enforce_database_constraint=True, unique=True) The enable_databse_constraint option will add a function named ...
In this project, I'm going to design a confectionery (pastry shop) with full features of a real project. Registering with phone number, ordering, writing comments and other things with online payment.