From 7622933e291141b5d58293eacb813d0c0635695f Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 19 Jan 2016 14:40:24 -0500 Subject: added my daily journal recording app, weather grabbing widget and checkin model. Still need to add widget to checkin admin to automatically grab the geodata from device. --- app/daily/migrations/0005_remove_daily_slug.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app/daily/migrations/0005_remove_daily_slug.py (limited to 'app/daily/migrations/0005_remove_daily_slug.py') diff --git a/app/daily/migrations/0005_remove_daily_slug.py b/app/daily/migrations/0005_remove_daily_slug.py new file mode 100644 index 0000000..8a896ba --- /dev/null +++ b/app/daily/migrations/0005_remove_daily_slug.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.9 on 2016-01-19 13:38 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('daily', '0004_auto_20160119_1223'), + ] + + operations = [ + migrations.RemoveField( + model_name='daily', + name='slug', + ), + ] -- cgit v1.2.3-70-g09d2