I am working on a tasks app using Django, I want to assign a task to the user who created it.
the app model:
class Task(models.Model):