Dispatcharr/apps/m3u
2025-05-09 12:06:43 -05:00
..
migrations Convert m3u accounts to a similar format to epg for status updates. Renamed DB field last_error to last_message so we can use it for more messaging. Migration to change updated_at field to not be updated everytime the m3u changes. It should only update the updated_at when we successfully update the m3u. 2025-05-04 17:51:57 -05:00
__init__.py Initial commit 2025-02-18 11:14:09 -06:00
admin.py Alpha v3 2025-02-21 15:31:59 -06:00
api_urls.py added m3u profile support 2025-02-28 14:08:05 -05:00
api_views.py Change status to disabled when epg or m3u disabled. Change to idle when enabled. 2025-05-07 13:50:10 -05:00
apps.py Initial commit 2025-02-18 11:14:09 -06:00
forms.py Initial commit 2025-02-18 11:14:09 -06:00
models.py Change status to disabled when epg or m3u disabled. Change to idle when enabled. 2025-05-07 13:50:10 -05:00
serializers.py Convert m3u accounts to a similar format to epg for status updates. Renamed DB field last_error to last_message so we can use it for more messaging. Migration to change updated_at field to not be updated everytime the m3u changes. It should only update the updated_at when we successfully update the m3u. 2025-05-04 17:51:57 -05:00
signals.py Properly disable celery task if m3u is disabled. 2025-05-09 12:06:43 -05:00
tasks.py Delete celery tasks properly during m3u account deletion. 2025-05-09 12:00:57 -05:00
urls.py Initial commit 2025-02-18 11:14:09 -06:00
utils.py Initial commit 2025-02-18 11:14:09 -06:00
views.py Initial commit 2025-02-18 11:14:09 -06:00