Commit 5bef1aa4a9781684c6d60e3af91a96197344d142

Authored by Gustavo Bernardo
1 parent 4d6c7ca5

Removed useless import [Issue:#119]

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
links/models.py
1 1 from django.db import models
2 2 from courses.models import Material
3 3 from autoslug.fields import AutoSlugField
4   -from django.contrib.staticfiles.templatetags.staticfiles import static
5 4 # Create your models here.
6 5 class Link(Material):
7 6 link_url = models.URLField()
... ...