mirror of
https://github.com/Rushilwiz/openly.git
synced 2025-04-06 21:30:17 -04:00
18 lines
314 B
Python
18 lines
314 B
Python
# Generated by Django 3.1.7 on 2021-03-28 14:31
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('api', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='Article',
|
|
new_name='Post',
|
|
),
|
|
]
|