diff options
author | luxagraf <sng@luxagraf.net> | 2025-01-03 18:46:40 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2025-01-03 18:46:40 -0600 |
commit | fe7d43f308bbc3953d4a88480b8088d12cbcb0b6 (patch) | |
tree | 3aa10d1ac8e041ad2b78a5acf6b29febad6a5fe3 /app/resume/migrations/0011_auto_20190114_0227.py | |
parent | df3bc581e496412ef8c263dbf1cfe00f184e4e59 (diff) |
archived old not used apps
Diffstat (limited to 'app/resume/migrations/0011_auto_20190114_0227.py')
-rw-r--r-- | app/resume/migrations/0011_auto_20190114_0227.py | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app/resume/migrations/0011_auto_20190114_0227.py b/app/resume/migrations/0011_auto_20190114_0227.py deleted file mode 100644 index 7656c6e..0000000 --- a/app/resume/migrations/0011_auto_20190114_0227.py +++ /dev/null @@ -1,23 +0,0 @@ -# Generated by Django 2.1.1 on 2019-01-14 02:27 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('resume', '0010_auto_20190113_1147'), - ] - - operations = [ - migrations.AddField( - model_name='resume', - name='profile_html', - field=models.TextField(blank=True), - ), - migrations.AddField( - model_name='resume', - name='skills_html', - field=models.TextField(blank=True), - ), - ] |