Forums

PermissionError: [Errno 13] Permission denied: '/home/nesh'

Getting an error when I run this - "python manage.py collectstatic"

That sounds like you've configured your django static files in some way that means it's trying to delete your home directory. Check your static files configuration in your Django settings.