Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Riffaells committed Nov 4, 2024
1 parent 400968c commit b5d5d41
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/videos/migrations/0005_alter_videomodel_options.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 4.2.5 on 2024-11-04 11:22

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('videos', '0004_videomodel_hls_playlist'),
]

operations = [
migrations.AlterModelOptions(
name='videomodel',
options={'verbose_name': 'video', 'verbose_name_plural': 'videos'},
),
]

0 comments on commit b5d5d41

Please sign in to comment.