Skip to content

Commit d8f517a

Browse files
author
belledw
committed
managing merge errors
1 parent b2f6f7a commit d8f517a

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

server/server/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"rest_framework",
4949
"corsheaders",
5050
"healthcheck",
51-
"feedback",
5251
"user_profile",
5352
"pet.apps.PetConfig",
5453
"tasks.apps.TasksConfig",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 5.2.8 on 2025-12-06 06:16
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('user_profile', '0002_alter_profile_age_alter_profile_bio'),
10+
('user_profile', '0002_alter_profile_bio'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)