Skip to content

Commit

Permalink
fix(migrations): correctly apply settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 3, 2024
1 parent 2a894e5 commit c2216c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# Generated by Django 5.0.3 on 2024-03-27 12:56

from django.conf import settings
from django.db import migrations, models

import weblate.utils.render
Expand Down Expand Up @@ -39,6 +40,7 @@ class Migration(migrations.Migration):
weblate.utils.validators.validate_project_web,
],
verbose_name="Project website",
blank=not settings.WEBSITE_REQUIRED,
),
),
]

0 comments on commit c2216c1

Please sign in to comment.