mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
18 lines
425 B
Python
18 lines
425 B
Python
# Generated by Django 5.1.6 on 2025-03-05 04:26
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('discourse', '0003_v5squash'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='discourseuser',
|
|
options={'default_permissions': (), 'permissions': (('access_discourse', 'Can access the Discourse service'),)},
|
|
),
|
|
]
|