Rebrand to Another Nuzlocke Tracker (ANT) (#27)
All checks were successful
CI / backend-lint (push) Successful in 9s
CI / actions-lint (push) Successful in 14s
CI / frontend-lint (push) Successful in 21s

Co-authored-by: Julian Tabel <juliantabel.jt@gmail.com>
Co-committed-by: Julian Tabel <juliantabel.jt@gmail.com>
This commit was merged in pull request #27.
This commit is contained in:
2026-02-17 20:17:07 +01:00
committed by TheFurya
parent ecc3d0c6b9
commit e3b3dc5317
20 changed files with 103 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
# Application settings
APP_NAME="Nuzlocke Tracker API"
APP_NAME="Another Nuzlocke Tracker API"
DEBUG=true
# API settings

View File

@@ -1,7 +1,7 @@
[project]
name = "nuzlocke-tracker-api"
name = "another-nuzlocke-tracker-api"
version = "0.1.0"
description = "Backend API for Nuzlocke Tracker"
description = "Backend API for Another Nuzlocke Tracker"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [

View File

@@ -8,7 +8,7 @@ class Settings(BaseSettings):
extra="ignore",
)
app_name: str = "Nuzlocke Tracker API"
app_name: str = "Another Nuzlocke Tracker API"
debug: bool = False
# API settings