Compare commits

...

2 Commits

Author SHA1 Message Date
8579af3f21 Merge pull request 'fix' (#12) from pre-dev into dev
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #12
2026-04-12 14:04:06 +00:00
minguezsanzjuanjose
102d7c6bfa fix
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-12 16:02:58 +02:00
2 changed files with 9 additions and 5 deletions

13
.env
View File

@@ -1,5 +1,10 @@
# Seguridad
CONTAINER_NAME=django_local
PORT=8000
DEBUG_MODE=1
PROJECT_NAME=django_dev_local
DEBUG=True
SECRET_KEY=una-clave-muy-secreta-y-larga-123456
# Base de Datos (Conectando al PostgreSQL que instalamos)
DB_NAME=gitea
DB_USER=gitea
DB_PASSWORD=gitea
DB_HOST=gitea-db
DB_PORT=5432

1
.gitignore vendored
View File

@@ -1,2 +1 @@
*.pyc
.env