diff options
author | luxagraf <sng@luxagraf.net> | 2022-12-17 14:44:26 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-12-17 14:44:26 -0600 |
commit | 618a60aab65c5146bc2a64c12dd7b88ce72c45b4 (patch) | |
tree | 33d925183248d2aba558c8ab143a48bfbd2e259b /app/podcasts/models.py | |
parent | 4ecc8fca59c3a5e36530e88859cb9f9347444efc (diff) |
pod: added url structure for lulu&birdie podcast
Diffstat (limited to 'app/podcasts/models.py')
-rw-r--r-- | app/podcasts/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/podcasts/models.py b/app/podcasts/models.py index b574986..9e458b3 100644 --- a/app/podcasts/models.py +++ b/app/podcasts/models.py @@ -11,7 +11,6 @@ try: except: License = None -from taggit.managers import TaggableManager from mutagen.mp3 import MP3 from media.models import LuxAudio, LuxImage |