geoip intgration
This commit is contained in:
18
antifroud/migrations/0020_alter_useractivitylog_hits.py
Normal file
18
antifroud/migrations/0020_alter_useractivitylog_hits.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.4 on 2024-12-18 10:45
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('antifroud', '0019_alter_synclog_hotel'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='useractivitylog',
|
||||
name='hits',
|
||||
field=models.IntegerField(blank=True, default='0', null=True, verbose_name='Количество обращений'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user