refactor(base): rename app to centurion

ref: #764
This commit is contained in:
2025-05-16 22:10:38 +09:30
parent 3d2d759d6b
commit 17c7980e03
248 changed files with 229 additions and 308 deletions

View File

@ -45,7 +45,7 @@ init-import = true
addopts = '--cov --cov-branch --cov-report term --tb=long --verbosity=2 --full-trace --showlocals app'
DJANGO_SETTINGS_MODULE = 'app.settings'
DJANGO_SETTINGS_MODULE = 'centurion.settings'
junit_family = 'xunit2'
# -- recommended but optional: