generated from bisco/codex-bootstrap
fix: update theatre laboratory details
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("home", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="sitesettings",
|
||||
name="laboratory_name",
|
||||
field=models.CharField(default="Azione!Lab", max_length=120),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user