TinyMCE
This commit is contained in:
parent
ff091dc3e7
commit
1484d6cc6d
1582 changed files with 46295 additions and 15 deletions
20
cms/migrations/0022_auto_20170406_1643.py
Normal file
20
cms/migrations/0022_auto_20170406_1643.py
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.4 on 2017-04-06 14:43
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cms', '0021_auto_20170406_1641'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='document',
|
||||
name='docfile',
|
||||
field=models.FileField(blank=True, upload_to='media'),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue