mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-04-21 12:00:16 -04:00
20 lines
385 B
Python
20 lines
385 B
Python
# Generated by Django 3.1 on 2020-08-16 01:00
|
|
|
|
from django.db import migrations
|
|
import tinymce.models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('news', '0006_article_tag'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='article',
|
|
name='content',
|
|
field=tinymce.models.HTMLField(),
|
|
),
|
|
]
|