mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 21:25:19 +02:00
feat: add Wanderer integration with authentication and management features
This commit is contained in:
parent
2c23b6ca57
commit
9fd06911b2
14 changed files with 462 additions and 26 deletions
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 5.2.2 on 2025-08-04 16:40
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('adventures', '0058_alter_collectioninvite_options_activity'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='activity',
|
||||
options={'verbose_name': 'Activity', 'verbose_name_plural': 'Activities'},
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue