diff options
author | luxagraf <sng@luxagraf.net> | 2018-05-09 09:39:48 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-05-09 09:39:48 -0400 |
commit | d2db3633ccdc70098b04eea25492327bcb82b685 (patch) | |
tree | 82f3dc2e7b8ef7a8fca3d7bb74232d70c36c5593 /app/notes/migrations/0007_auto_20160617_2143.py | |
parent | 1ac6c0b6fb2f0e0f8a92fbedf39eb39e7fa7676f (diff) |
Changed Notes app to be simpler
Diffstat (limited to 'app/notes/migrations/0007_auto_20160617_2143.py')
-rw-r--r-- | app/notes/migrations/0007_auto_20160617_2143.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app/notes/migrations/0007_auto_20160617_2143.py b/app/notes/migrations/0007_auto_20160617_2143.py deleted file mode 100644 index 478e324..0000000 --- a/app/notes/migrations/0007_auto_20160617_2143.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9 on 2016-06-17 21:43 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('notes', '0006_auto_20160617_2058'), - ] - - operations = [ - migrations.AlterField( - model_name='luxnote', - name='status', - field=models.IntegerField(choices=[(0, 'Draft'), (1, 'Published')], default=1), - ), - ] |