mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-23 11:12:28 +02:00
18 lines
405 B
Python
18 lines
405 B
Python
# Generated by Django 4.2.16 on 2024-12-11 02:17
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('analytics', '0009_remove_analyticstokens_ignore_paths_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='analyticsidentifier',
|
|
options={'verbose_name': 'Analytics Identifier'},
|
|
),
|
|
]
|