summaryrefslogtreecommitdiff
path: root/app/resume/migrations/0003_auto_20151211_1925.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/0003_auto_20151211_1925.py
parentdf3bc581e496412ef8c263dbf1cfe00f184e4e59 (diff)
archived old not used apps
Diffstat (limited to 'app/resume/migrations/0003_auto_20151211_1925.py')
-rw-r--r--app/resume/migrations/0003_auto_20151211_1925.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/resume/migrations/0003_auto_20151211_1925.py b/app/resume/migrations/0003_auto_20151211_1925.py
deleted file mode 100644
index 77e3049..0000000
--- a/app/resume/migrations/0003_auto_20151211_1925.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.9 on 2015-12-11 19:25
-from __future__ import unicode_literals
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('resume', '0002_auto_20151207_2105'),
- ]
-
- operations = [
- migrations.AlterModelOptions(
- name='publisher',
- options={'ordering': ('order',)},
- ),
- ]