elordenador
  • Joined on 2026-05-04
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 12:03:32 +00:00
3b007f324f Fix: add COMPRESS_URL setting
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 12:01:52 +00:00
6e003009fa Fix: add COMPRESS_ROOT setting
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 12:00:43 +00:00
69578f1dba Fix: add user_options attribute to Celery app
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 11:09:59 +00:00
3eb81b343c Fix celery worker initialization by setting up Django before Celery and fixing import name
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 11:03:50 +00:00
ce5aac0e89 Fix celery user_options attribute for worker
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 10:57:55 +00:00
c534f500ad Fix: remove CELERY_APP setting
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 10:53:47 +00:00
63c6b645c3 Fix Celery: add CELERY_APP setting
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 10:46:00 +00:00
b16cb367d3 Fix Celery: restore autodiscover_tasks to default behavior
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 10:39:49 +00:00
503233d323 Fix Celery: use autodiscover_tasks with full module path
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 10:35:58 +00:00
b50ab06a22 Fix Celery: use CELERY_IMPORTS instead of autodiscover
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 10:33:19 +00:00
cda339a336 Restore autodiscover_tasks to working state
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 10:31:57 +00:00
541a73ce36 Fix Celery: add django.setup() before importing tasks
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 10:29:12 +00:00
8932eeefbf Fix Celery worker: import tasks directly instead of autodiscover
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 10:22:13 +00:00
80e5e2a422 Fix Celery
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 10:20:24 +00:00
a686bccd54 Update AGENTS.md
elordenador created repository GestionEdificio/frontend 2026-05-05 08:09:55 +00:00
elordenador created repository GestionEdificio/backend 2026-05-05 08:09:30 +00:00
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 07:01:29 +00:00
6be67a9100 Add SKU field to Product model (issue #67)
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 06:52:09 +00:00
bee360dfbb Fix POSTGRES_ENABLED check in ShippingAddress.clean() (issue #66)
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 06:46:42 +00:00
a20a61be82 Add postal code validation to ShippingAddress model (issue #66)