Hi All, I am new here.
I have a web app created in Django in server A and i deployed with wamp server. My goal is to write a file to Folder in Server B. when i am running the project in local (inside server A) with virtual env, i can able to write the file to server B. (also i have network access to the serverB path inside Server A) But when with wamp, am getting the below permission denied error, PermissionError: [Errno 13] Permission denied: '\\\\\\\\SERVERBADDRESS\\\\d$\\\\MQ'\r, referer: http://SERVERA/appname/webpage/ Kindly share your thoughts. Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/110dfa5c-5b50-4717-aa50-11c12a598c41n%40googlegroups.com.

