From c903be495237125906e95e2d5fcb9f17df09327c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 14 Dec 2017 19:58:07 -0800 Subject: cleaned up notes, archived old apps, moved checkins to locations app where it should have been from the beginning --- app/books/migrations/0005_auto_20171214_2239.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/books/migrations/0005_auto_20171214_2239.py (limited to 'app/books') diff --git a/app/books/migrations/0005_auto_20171214_2239.py b/app/books/migrations/0005_auto_20171214_2239.py new file mode 100644 index 0000000..175cc73 --- /dev/null +++ b/app/books/migrations/0005_auto_20171214_2239.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.5 on 2017-12-14 22:39 +from __future__ import unicode_literals + +import books.models +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('books', '0004_auto_20161219_1058'), + ] + + operations = [ + migrations.AlterField( + model_name='book', + name='image', + field=models.FileField(blank=True, null=True, upload_to=books.models.get_upload_path), + ), + ] -- cgit v1.2.3-70-g09d2