updated to delete player and edit fields

This commit is contained in:
DigiServer Developer
2025-11-21 22:51:28 +02:00
parent a2281e90e7
commit f4df930d82
5 changed files with 202 additions and 25 deletions

View File

@@ -71,6 +71,7 @@ class ProductionConfig(Config):
DEBUG = False
TESTING = False
TEMPLATES_AUTO_RELOAD = True # Force template reload
# Database - construct absolute path
_basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))