From ac6e336772a3f53cb1e78c26973ead81ded984b5 Mon Sep 17 00:00:00 2001 From: minguezsanzjuanjose Date: Sun, 12 Apr 2026 15:38:01 +0200 Subject: [PATCH] ignore --- .env | 13 ++++--------- .gitignore | 1 + 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.env b/.env index f8f4030..747b2f7 100644 --- a/.env +++ b/.env @@ -1,10 +1,5 @@ # Seguridad -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 \ No newline at end of file +CONTAINER_NAME=django_local +PORT=8000 +DEBUG_MODE=1 +PROJECT_NAME=django_dev_local \ No newline at end of file diff --git a/.gitignore b/.gitignore index 0d20b64..29f322e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +.env -- 2.49.1