elordenador
  • Joined on 2026-05-04
elordenador pushed to development at elordenador/proyecto-final 2026-05-06 08:38:02 +00:00
cda9adb986 Enhance user ban action to delete products by creator and add success message
elordenador pushed to development at elordenador/proyecto-final 2026-05-06 08:25:22 +00:00
e7e7fd118d Refactor user ban action to streamline user deactivation and product deletion
132b1e1722 Remove user ban link from admin submit line template
Compare 2 commits »
elordenador pushed to development at elordenador/proyecto-final 2026-05-06 07:49:08 +00:00
7f557a3247 Implement user ban functionality to delete associated products
8cf1a55161 Add user ban functionality with email notification
Compare 2 commits »
elordenador pushed to development at elordenador/proyecto-final 2026-05-06 07:23:44 +00:00
61a04e5040 Fix logins int() None
e5a0caa8b6 Fix text overflow
Compare 2 commits »
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 14:20:03 +00:00
25e6088355 Fix: correct user_options assignment in Celery app
elordenador pushed to development at elordenador/proyecto-final 2026-05-05 13:51:55 +00:00
8ec391ccde Update AGENTS.md
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