This is my model. When i make migrations it is not showing up on my admin page.
class User(AbstractUser):
# TODO User will be associated with one or more chama accounts
id_number = models.IntegerField(default=0)
phone_number = models.IntegerField(default=0)
active_chama = models.ManyToManyField("Chama")