mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 15:29:36 +02:00
trigger multi arch workflows
This commit is contained in:
parent
63eb996b31
commit
b6348d9b73
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@ from django.core.exceptions import ValidationError as DjangoValidationError
|
||||||
from django.utils.translation import gettext_lazy as _
|
from django.utils.translation import gettext_lazy as _
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from allauth.account import app_settings as allauth_account_settings
|
from allauth.account import app_settings as allauth_account_settings
|
||||||
from allauth.account.adapter import get_adapter
|
from allauth.account.adapter import get_adapter
|
||||||
|
|
|
@ -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 versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.5.2';
|
||||||
export let appTitle = 'AdventureLog';
|
export let appTitle = 'AdventureLog';
|
||||||
export let copyrightYear = '2024';
|
export let copyrightYear = '2024';
|
||||||
|
// config for the frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue