Added csv export for traveller and email to schools function

This commit is contained in:
John Mullins
2023-09-01 11:23:30 +10:00
parent b93d488598
commit 86c9b13c9a
5 changed files with 93 additions and 46 deletions
-1
View File
@@ -1,7 +1,6 @@
from datetime import datetime
from django.db import models
from django.db.models import Model
class Setting(models.Model):