mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 13:00:16 +02:00
Merge branch 'deprecated-settings' into 'v3.x'
Remove deprecated settings See merge request allianceauth/allianceauth!1407
This commit is contained in:
commit
0a30eea3b4
@ -5,4 +5,3 @@ __version__ = '3.0.0a1'
|
||||
__title__ = 'Alliance Auth'
|
||||
__url__ = 'https://gitlab.com/allianceauth/allianceauth'
|
||||
NAME = f'{__title__} v{__version__}'
|
||||
default_app_config = 'allianceauth.apps.AllianceAuthConfig'
|
||||
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.analytics.apps.AnalyticsConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.authentication.apps.AuthenticationConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.corputils.apps.CorpUtilsConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.eveonline.apps.EveonlineConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.eveonline.autogroups.apps.EveAutogroupsConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.fleetactivitytracking.apps.FatConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.groupmanagement.apps.GroupManagementConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.hrapplications.apps.HRApplicationsConfig'
|
@ -1,6 +1,3 @@
|
||||
default_app_config = 'allianceauth.notifications.apps.NotificationsConfig'
|
||||
|
||||
|
||||
def notify(
|
||||
user: object, title: str, message: str = None, level: str = 'info'
|
||||
) -> None:
|
||||
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.optimer.apps.OptimerConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.permissions_tool.apps.PermissionsToolConfig'
|
@ -154,8 +154,6 @@ TIME_ZONE = 'UTC'
|
||||
|
||||
USE_I18N = True
|
||||
|
||||
USE_L10N = True
|
||||
|
||||
USE_TZ = True
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.services.apps.ServicesConfig'
|
@ -1,3 +1 @@
|
||||
default_app_config = 'allianceauth.services.modules.discord.apps.DiscordServiceConfig' # noqa
|
||||
|
||||
__title__ = 'Discord Service'
|
||||
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.services.modules.discourse.apps.DiscourseServiceConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.services.modules.example.apps.ExampleServiceConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.services.modules.ips4.apps.Ips4ServiceConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.services.modules.mumble.apps.MumbleServiceConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.services.modules.openfire.apps.OpenfireServiceConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.services.modules.phpbb3.apps.Phpbb3ServiceConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.services.modules.smf.apps.SmfServiceConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.services.modules.teamspeak3.apps.Teamspeak3ServiceConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.services.modules.xenforo.apps.XenforoServiceConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.srp.apps.SRPConfig'
|
@ -1 +0,0 @@
|
||||
default_app_config = 'allianceauth.timerboard.apps.TimerBoardConfig'
|
Loading…
x
Reference in New Issue
Block a user