Deploy application in container using compose to bring up db

This commit is contained in:
2025-11-19 13:37:34 +01:00
parent d5befdd018
commit ae86a2e5fa
10 changed files with 230 additions and 10 deletions

View File

@@ -28,7 +28,6 @@ DEBUG = True
ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
@@ -127,9 +126,9 @@ LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_I18N = False # Disable translation engine
USE_TZ = True
USE_TZ = True
# Static files (CSS, JavaScript, Images)