I want a simple created_by field for an entity in Django 3.0:
created_by
Snippet from Model:
class Event(models.Model): created_by = models.Forei