From 2ec0d7b9f5c1354977b821c6b06c24a3ffa13142 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Thu, 26 Oct 2023 10:33:28 +0300 Subject: Removing project content and adding a note that the development continues in GitHub Change-Id: I25c58a679dbf92b2367d826429b7cda936bf9f0e Signed-off-by: Gergely Csatari --- src/account/migrations/0008_auto_20210324_2106.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/account/migrations/0008_auto_20210324_2106.py (limited to 'src/account/migrations/0008_auto_20210324_2106.py') diff --git a/src/account/migrations/0008_auto_20210324_2106.py b/src/account/migrations/0008_auto_20210324_2106.py deleted file mode 100644 index 9ff513d..0000000 --- a/src/account/migrations/0008_auto_20210324_2106.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 2.2 on 2021-03-24 21:06 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('account', '0007_userprofile_pulic_user'), - ] - - operations = [ - migrations.RenameField( - model_name='userprofile', - old_name='pulic_user', - new_name='public_user', - ), - ] -- cgit 1.2.3-korg