Re: Media Files - local network share

2022-02-08 Thread Swelan Auguste
Thanks for the suggestion. I tried it but it ended up in the app base directory. Can you help me out? On Mon, Feb 7, 2022, 12:03 PM Jiffin George Kokkat wrote: > Hi, > > Mount shared network path to media folder of the Django. > > https://stackoverflow.com/questions/52825610/django-media-root-

Re: Media Files - local network share

2022-02-07 Thread Jiffin George Kokkat
Hi, Mount shared network path to media folder of the Django. https://stackoverflow.com/questions/52825610/django-media-root-pointed-to-network-drive this may help Thanks, Jiffin George Kokkat On Mon, Feb 7, 2022 at 7:41 PM Litesh Garg wrote: > Hi, > > You can use django storages, particularl

Re: Media Files - local network share

2022-02-07 Thread Swelan Auguste
Good day, Thanks for your reply. I was looking into that also, are FTP and SFTP servers a good idea. I was under the impression that it was kind of old technology and was replaced by something bucket s3? Kindly, Swelan R. Auguste (Mr.) KingShip Technical Information Officer 758-489-3909 Webpage

Re: Media Files - local network share

2022-02-07 Thread Litesh Garg
Hi, You can use django storages, particularly ftp or sftp modules for storage and then use nginx to server these files. You can go through documentation here. https://django-storages.readthedocs.io/en/latest/backends/ftp.html On Mon, Feb 7, 2022 at 7:05 AM Swelan Auguste wrote: > Good day, > >

Re: Media Files - local network share

2022-02-06 Thread Swelan Auguste
Good day, Thanks. I was more looking for a local solutions (within a closed network) Kindly, Swelan R. Auguste (Mr.) KingShip Technical Information Officer 758-489-3909 Webpage On Sun, Feb 6, 2022 at 9:19 PM Yeboah Dominic wrote: > You can

Re: Media Files - local network share

2022-02-06 Thread Yeboah Dominic
You can try dropbox that is what I used to serve my media files in django On Sun, 6 Feb 2022 at 20:07, Swelan Auguste wrote: > > Good day all, > > > I am trying to figure out how to attach a Django app to a local network > server/share. > > I do not want to host the media files on the same serve