Skip to main content
✏️ Code CompletionDJ Django Medium+20 XP

Model ForeignKey

Complete the relationship field.

✏️ Fill in the blank
author = models.___(User, on_delete=models.CASCADE)

✏️ Type the missing code: