mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-18 02:04:20 +00:00
force CGU/EULA approval on account creation
This commit is contained in:
@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
|
||||
model_name="permanency",
|
||||
name="end",
|
||||
field=models.DateTimeField(
|
||||
db_index=True, verbose_name="end date", null=True
|
||||
db_index=True, verbose_name="end date", null=True, blank=True
|
||||
),
|
||||
)
|
||||
]
|
||||
|
||||
@@ -6,9 +6,7 @@ from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("counter", "0018_producttype_priority"),
|
||||
]
|
||||
dependencies = [("counter", "0018_producttype_priority")]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
|
||||
@@ -6,9 +6,7 @@ import counter.fields
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("counter", "0019_billinginfo"),
|
||||
]
|
||||
dependencies = [("counter", "0019_billinginfo")]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
|
||||
Reference in New Issue
Block a user