Tuesday, September 27, 2022

Re: Starting Django project with Docker

On 27/09/2022 11.35, Prabakaran Balaji wrote:
> Hello Folks,
>
> I tried to set the permission on app directory, but still facing the
> same problem. Any additional thoughts?

Which permission did you set? It looks like you set the owner of the app
directory to your user.

Is your user the same as the one running the app?
Which directory are you trying to write to?
Is it the same as the application directory?
The user running the app needs write permissions to that directory.

Do you know the basics of Unix permissions? Otherwise that might be a
good place to start:

https://www.softwaretestinghelp.com/unix-permissions/

This was just the first link I found but it looks OK.

If you do already know how Unix permissions work you need to dig a bit
more into which permissions are actually being required instead of just
setting them blindly and hoping it works.

Kind regards,

Kasper Laudrup

--
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f8f5d3e0-2236-7fe4-744a-2f0fa1b43ad2%40stacktrace.dk.

No comments:

Post a Comment