summaryrefslogtreecommitdiff
path: root/app/resume/migrations/0002_auto_20151207_2105.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2025-01-03 18:46:40 -0600
committerluxagraf <sng@luxagraf.net>2025-01-03 18:46:40 -0600
commitfe7d43f308bbc3953d4a88480b8088d12cbcb0b6 (patch)
tree3aa10d1ac8e041ad2b78a5acf6b29febad6a5fe3 /app/resume/migrations/0002_auto_20151207_2105.py
parentdf3bc581e496412ef8c263dbf1cfe00f184e4e59 (diff)
archived old not used apps
Diffstat (limited to 'app/resume/migrations/0002_auto_20151207_2105.py')
-rw-r--r--app/resume/migrations/0002_auto_20151207_2105.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/app/resume/migrations/0002_auto_20151207_2105.py b/app/resume/migrations/0002_auto_20151207_2105.py
deleted file mode 100644
index 7ac653f..0000000
--- a/app/resume/migrations/0002_auto_20151207_2105.py
+++ /dev/null
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.9 on 2015-12-07 21:05
-from __future__ import unicode_literals
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('resume', '0001_initial'),
- ]
-
- operations = [
- migrations.AlterModelOptions(
- name='publisher',
- options={'ordering': ('-order',)},
- ),
- migrations.AddField(
- model_name='publisher',
- name='order',
- field=models.DecimalField(decimal_places=0, default=1, max_digits=1),
- preserve_default=False,
- ),
- ]