Skip to content

Commit

Permalink
new styles
Browse files Browse the repository at this point in the history
  • Loading branch information
artiebears13 committed Nov 24, 2023
2 parents 8d52cc1 + 2bcb1ef commit 0b612ce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions project/source/web/migrations/0006_merge_20231124_1901.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated by Django 4.2.7 on 2023-11-24 16:01

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("web", "0002_alter_appeal_date"),
(
"web",
"0005_remove_appeal_location_remove_appeal_organization_and_more",
),
]

operations = []

0 comments on commit 0b612ce

Please sign in to comment.