Skip to content

Commit 94b38af

Browse files
committed
Resolved migrations conflict
1 parent 635d3de commit 94b38af

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated by Django 3.2.20 on 2023-09-28 12:57
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
("configurations", "0052_siteconfiguration_registration_text"),
10+
("configurations", "0052_siteconfiguration_search_filters"),
11+
]
12+
13+
operations = []

0 commit comments

Comments
 (0)