19 lines
385 B
Python
19 lines
385 B
Python
|
# Generated by Django 3.1 on 2020-08-08 21:01
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('core', '0004_profilo_colore_tema'),
|
||
|
('SerieTV', '0007_commentoanime'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RenameModel(
|
||
|
old_name='CommentoAnime',
|
||
|
new_name='CommentoSerieTV',
|
||
|
),
|
||
|
]
|