Added cors to django requirements

This commit is contained in:
Viswamedha Nalabotu 2026-01-17 14:39:24 +00:00
parent 98823d5049
commit f5b0105d32

View file

@ -20,6 +20,7 @@ cryptography==46.0.3
daphne==4.2.1 daphne==4.2.1
Django==5.2.10 Django==5.2.10
django-celery-beat==2.8.1 django-celery-beat==2.8.1
django-cors-headers==4.9.0
django-jazzmin==3.0.1 django-jazzmin==3.0.1
django-timezone-field==7.2.1 django-timezone-field==7.2.1
django_celery_results==2.6.0 django_celery_results==2.6.0