diff --git a/links/models.py b/links/models.py index 2de18d6..5f37b66 100644 --- a/links/models.py +++ b/links/models.py @@ -1,5 +1,6 @@ from django.db import models from courses.models import Material +from autoslug.fields import AutoSlugField # Create your models here. class Link(models.Model): name = models.CharField(max_length=100) -- libgit2 0.21.2