from django.db import models # Create your models here. class Topic(models.Model): """A topic the user is learning about""" t