I am getting a error when i am running the command
python manage.py collectstatic
I have deployed my project on the production server I am only using the django admin part for my project, All the functionality is working fine but the css,js and images are not loaded, So to collect the static files i am running the above command and getting error
django.core.exceptions.SuspiciousFileOperation: The joined path (D:\clearance_tool\swmaster\new\static\admin\css\autocomplete.css) is located outside of the base path component (D:\clearance_tool\swmaster\new\static\)
Please help and let me know facing about this issue


