Commit 210092459e238a40154abdee7dd4fb3be58dfe64
1 parent
6ad20d2a
Exists in
master
and in
5 other branches
problems solved. [Issue #119]
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
links/models.py
1 | from django.db import models | 1 | from django.db import models |
2 | from courses.models import Material | 2 | from courses.models import Material |
3 | +from autoslug.fields import AutoSlugField | ||
3 | # Create your models here. | 4 | # Create your models here. |
4 | class Link(models.Model): | 5 | class Link(models.Model): |
5 | name = models.CharField(max_length=100) | 6 | name = models.CharField(max_length=100) |