๐ Bug HuntDJ Django Mediumโก+20 XP
Missing Migration
New model field doesn't appear in the database.
๐ Find the bug
1
class Article(models.Model):2
title = models.CharField(max_length=200)3
summary = models.TextField() # newly added๐ The bug is on line 3