Commit 210092459e238a40154abdee7dd4fb3be58dfe64

Authored by Gustavo Bernardo
1 parent 6ad20d2a

problems solved. [Issue #119]

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
links/models.py
1 1 from django.db import models
2 2 from courses.models import Material
  3 +from autoslug.fields import AutoSlugField
3 4 # Create your models here.
4 5 class Link(models.Model):
5 6 name = models.CharField(max_length=100)
... ...