Upload document
This commit is contained in:
parent
30550d3066
commit
9f0e515f4e
12 changed files with 341 additions and 90 deletions
19
cms/migrations/0003_auto_20170419_1409.py
Normal file
19
cms/migrations/0003_auto_20170419_1409.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.4 on 2017-04-19 12:09
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cms', '0002_auto_20170419_1333'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameModel(
|
||||
old_name='Upload',
|
||||
new_name='UploadDoc',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue