Commit 5bef1aa4a9781684c6d60e3af91a96197344d142
1 parent
4d6c7ca5
Exists in
master
and in
5 other branches
Removed useless import [Issue:#119]
Showing
1 changed file
with
0 additions
and
1 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 | from autoslug.fields import AutoSlugField |
4 | -from django.contrib.staticfiles.templatetags.staticfiles import static | ||
5 | # Create your models here. | 4 | # Create your models here. |
6 | class Link(Material): | 5 | class Link(Material): |
7 | link_url = models.URLField() | 6 | link_url = models.URLField() |