Skip to content

Commit

Permalink
Testes com banco de Dados + Django Admin
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuspdf committed Sep 23, 2023
1 parent 0c2e80a commit 6b7d5be
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pypro/aperitivos/migrations/0002_alter_video_slug.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 4.2.5 on 2023-09-23 21:51

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('aperitivos', '0001_initial'),
]

operations = [
migrations.AlterField(
model_name='video',
name='slug',
field=models.SlugField(max_length=32),
),
]

0 comments on commit 6b7d5be

Please sign in to comment.