Add exporter for list of customers

This commit is contained in:
Raphael Michel
2022-10-05 10:08:13 +02:00
parent 60cdfe4029
commit b7ec372ebc
4 changed files with 119 additions and 6 deletions

View File

@@ -78,6 +78,7 @@ class Customer(LoggedModel):
organizer = models.ForeignKey(Organizer, related_name='customers', on_delete=models.CASCADE)
provider = models.ForeignKey(CustomerSSOProvider, related_name='customers', on_delete=models.PROTECT, null=True, blank=True)
identifier = models.CharField(
verbose_name=_('Customer ID'),
max_length=190,
db_index=True,
help_text=_('You can enter any value here to make it easier to match the data with other sources. If you do '