Skip to content

Commit

Permalink
login screen css
Browse files Browse the repository at this point in the history
missing migration
  • Loading branch information
matijakolaric committed Dec 10, 2024
1 parent 32c6bb2 commit 50bfae6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions music_publisher/migrations/0012_cwrexport_cwr_file_zipped.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 4.2.17 on 2024-12-10 11:35

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("music_publisher", "0011_alter_alternatetitle_title_type_and_more"),
]

operations = [
migrations.AddField(
model_name="cwrexport",
name="cwr_file_zipped",
field=models.FileField(blank=True, editable=False, null=True, upload_to=""),
),
]

0 comments on commit 50bfae6

Please sign in to comment.