1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 13:15:18 +02:00

Merge pull request #233 from seanmorley15/development

trigger multi arch workflows
This commit is contained in:
Sean Morley 2024-08-17 09:09:20 -04:00 committed by GitHub
commit 1f3a3a5be6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,6 @@ from django.core.exceptions import ValidationError as DjangoValidationError
from django.utils.translation import gettext_lazy as _
from rest_framework import serializers
try:
from allauth.account import app_settings as allauth_account_settings
from allauth.account.adapter import get_adapter

View file

@ -2,3 +2,4 @@ export let appVersion = 'Web v0.5.2';
export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.5.2';
export let appTitle = 'AdventureLog';
export let copyrightYear = '2024';
// config for the frontend