Nour Bouzid

Results 2 comments of Nour Bouzid

Hey @bellini666 Thanks for the quick response! With Django's ORM it is possible to create the Invitation while passing `None` as a value to department e.g ``` Invitation.objects.create( department=None, ...)...