[Fixed]-How to install django cors on server host computer

1👍

If you have shell access you certainly ought to be able to install the django-cors-headers app or any other app using pip. However if your virtualenv is read only, you can simply copy the files from django-cors-headers into your project.

👤e4c5

Leave a comment