Work in progress: django-imagekit but for all types of media files (movies, PDFs etc.). + private media
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
474 B

# -*- coding: utf-8 -*-
# Generated by Django 1.9.4 on 2016-04-24 10:33
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('medialibrary', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='mediaasset',
name='simple_file',
field=models.FileField(blank=True, null=True, upload_to=b''),
),
]