add exponential registration backoff, change registration text
parent
3647ecc77a
commit
91922bb5d4
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0.4 on 2022-04-29 00:19
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("app", "0002_message_sent_at"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="logintoken",
|
||||
name="send_count",
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue