Skip to content

Commit

Permalink
replace deprecated staticfiles module for Django 3
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganland committed Jun 4, 2020
1 parent ff7b3ea commit 3853a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispatch/modules/podcasts/feeds.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.contrib.syndication.views import Feed
from django.utils.feedgenerator import Rss201rev2Feed
from django.contrib.staticfiles.templatetags.staticfiles import static
from django.templatetags.static import static
from django.conf import settings

from dispatch.modules.podcasts.models import Podcast, PodcastEpisode
Expand Down

0 comments on commit 3853a52

Please sign in to comment.