Skip to content

Commit e462358

Browse files
resolve registration conflicts
1 parent fe3012d commit e462358

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

server/registration/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
class RegistrationConfig(AppConfig):
5-
name = 'registration'
5+
name = 'registration'

server/registration/migrations/0001_initial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 5.2.8 on 2025-12-11 05:37
1+
# Generated by Django 5.2.8 on 2025-12-11 03:01
22

33
import django.db.models.deletion
44
from django.db import migrations, models
@@ -61,4 +61,4 @@ class Migration(migrations.Migration):
6161
name='accountManager',
6262
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='managed_businesses', to='registration.petcarer'),
6363
),
64-
]
64+
]

0 commit comments

Comments
 (0)