elordenador
131fe8fecc
refactor: streamline environment variable handling using django-environ
2026-05-31 18:33:35 +02:00
elordenador
d773addc53
fix: update database configuration to support PostgreSQL toggle
2026-05-26 10:10:45 +02:00
elordenador
5696fdddaa
fix: remove hardcoded IP address from ALLOWED_HOSTS
2026-05-26 09:45:02 +02:00
elordenador
37383b0736
fix: update SECRET_KEY to use environment variable instead of hardcoded value
2026-05-26 09:44:53 +02:00
elordenador
e4fa941fd6
Add API for AI Agent
2026-05-15 12:35:23 +02:00
elordenador
932fe7316b
Update
2026-05-08 10:37:09 +02:00
elordenador
a50cadc873
Finish Form Rewrite
2026-05-08 09:43:19 +02:00
elordenador
25e6088355
Fix: correct user_options assignment in Celery app
2026-05-05 16:19:59 +02:00
elordenador
3b007f324f
Fix: add COMPRESS_URL setting
2026-05-05 14:03:27 +02:00
elordenador
6e003009fa
Fix: add COMPRESS_ROOT setting
2026-05-05 14:01:44 +02:00
elordenador
69578f1dba
Fix: add user_options attribute to Celery app
2026-05-05 14:00:36 +02:00
elordenador
3eb81b343c
Fix celery worker initialization by setting up Django before Celery and fixing import name
2026-05-05 13:09:54 +02:00
elordenador
ce5aac0e89
Fix celery user_options attribute for worker
2026-05-05 13:03:44 +02:00
elordenador
c534f500ad
Fix: remove CELERY_APP setting
2026-05-05 12:57:51 +02:00
elordenador
63c6b645c3
Fix Celery: add CELERY_APP setting
2026-05-05 12:53:43 +02:00
elordenador
b16cb367d3
Fix Celery: restore autodiscover_tasks to default behavior
2026-05-05 12:45:54 +02:00
elordenador
503233d323
Fix Celery: use autodiscover_tasks with full module path
2026-05-05 12:39:45 +02:00
elordenador
b50ab06a22
Fix Celery: use CELERY_IMPORTS instead of autodiscover
2026-05-05 12:35:53 +02:00
elordenador
cda339a336
Restore autodiscover_tasks to working state
2026-05-05 12:33:14 +02:00
elordenador
541a73ce36
Fix Celery: add django.setup() before importing tasks
2026-05-05 12:31:54 +02:00
elordenador
8932eeefbf
Fix Celery worker: import tasks directly instead of autodiscover
2026-05-05 12:29:09 +02:00
elordenador
80e5e2a422
Fix Celery
2026-05-05 12:22:07 +02:00
Daniel (elordenador)
191f8823d4
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-04 12:32:16 +02:00
elordenador
756f1ad36b
Remove entire api for issue #61
2026-04-30 07:43:18 +02:00
elordenador
30f260c9bf
feat: add support for local asset URLs in S3 storage backends
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 08:12:57 +02:00
elordenador
84d8a0e3b6
Add S3 Storage...
2026-04-28 21:19:32 +02:00
elordenador
60cd29ee30
feat: add API URL routing to urlpatterns
2026-04-22 09:15:24 +02:00
elordenador
5aaf38aa54
Update static file storage settings and add migration for unique category names; clean up CSS and HTML structure
2026-04-20 08:10:23 +02:00
elordenador
4a3f5a8025
Changed to Postgres
2026-04-16 10:17:54 +02:00
elordenador
cbcdb823db
feat: Add stock management features including stock reservations and updates to cart and checkout processes
2026-04-09 10:03:57 +02:00
elordenador
6f9cb34b6c
feat: Add Password recuperation logic
...
Added:
- Phase 1 Template + Logic
- Phase 2 Template + Logic
2026-03-20 11:32:54 +01:00
elordenador
351c9cd955
feat: remove unused images and update email functionality
...
- Deleted multiple unused image files from the static media directory.
- Enhanced email sending functionality by adding a new method `send_hemail` for sending HTML emails.
- Updated the `enviar_correo_bienvenida` task to use the new HTML email method.
- Added a new RGPD (General Data Protection Regulation) privacy policy page template.
- Updated URL routing to include the new RGPD page.
- Added a view function for rendering the RGPD page.
2026-03-20 09:18:02 +01:00
elordenador
2439916d14
Fix task autodiscovery by re-importing tienda tasks in celery.py
2026-03-20 09:17:16 +01:00
elordenador
d6feeee893
Add Nginx configuration, update MEDIA_ROOT path, and enhance email confirmation task
2026-03-20 09:17:01 +01:00
elordenador
952ed5d76e
Update CSS optimization (using CDN for bootstrap) and mysql compat
2026-03-11 09:51:25 +01:00
elordenador
25f9a9d668
Add proxy support
2026-03-10 16:43:11 +01:00
elordenador
403745daa7
Do some optimization
2026-03-10 16:17:30 +01:00
elordenador
a289d14a05
Add whitenoise to middlewares
2026-03-10 14:08:42 +01:00
elordenador
162b63cae9
feat: Add user purchase and receipt management
...
- Implemented 'Mis Compras' and 'Mis Recibos' pages for users to view their orders and payment receipts.
- Enhanced address validation in 'editar_direccion.html' to ensure cities and postal codes belong to Almería.
- Added shipping address display in seller order details on 'pedidos_vendedor.html'.
- Updated user portal to include links to purchases and receipts.
- Introduced email verification functionality during user registration.
- Refactored email sending utility for better error handling and logging.
- Improved session management for checkout processes with selected shipping addresses.
2026-03-10 13:08:10 +01:00
elordenador
b110de2652
Add Celery configuration and update requirements.txt
2026-03-10 13:06:21 +01:00
elordenador
5a22d3abae
first commit
2026-02-15 09:23:44 +01:00