Compare commits

...

3 Commits

Author SHA1 Message Date
32e3184b59 Merge pull request 'dev' (#11) from dev into master
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #11
2026-04-12 13:42:46 +00:00
5e04933708 Merge pull request 'ignore' (#10) from pre-dev into dev
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #10
2026-04-12 13:40:45 +00:00
minguezsanzjuanjose
ac6e336772 ignore
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-12 15:38:01 +02:00
2 changed files with 5 additions and 9 deletions

13
.env
View File

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

1
.gitignore vendored
View File

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