chore(api): move podcasts in dedicated app (#1899)
This commit is contained in:
parent
4004981429
commit
b9895d19e2
15 changed files with 37 additions and 21 deletions
7
api/libretime_api/podcasts/apps.py
Normal file
7
api/libretime_api/podcasts/apps.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PodcastsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "libretime_api.podcasts"
|
||||
verbose_name = "LibreTime Podcasts API"
|
Loading…
Add table
Add a link
Reference in a new issue