Using CloudLinux to create a Python app getting error Specified directory already used by ‘/path/to/application’
I am using cloudlinux through DirectAdmin (this shouldn’t matter) and I am trying to create a new Django application using the “Setup Python App” create application option. I have uploaded my django files properly and I am certain that the correct permissions are set to the applications folder (i.e. chowner -R username foldername
and chmod -R 755 foldername
).