Actually, I saw a NAS at my friends place so I came up with an idea a of creating my own using a raspberry pi and an extrernal HDD. I configured SAMBA and I can access it directly at my computer. But what I saw there that he was accessing it by using a website . So basically he was accessing it from local web server with a storage attached.
So, I wanted to connect my Django web application with Samba File sharing sever so that I can access it from an IP typed at a web-browser. On Wed, Mar 9, 2016 at 10:03 PM, Aaron C. de Bruyn <[email protected]> wrote: > That's still pretty vague. What 'file sharing protocols' are you talking > about specifically? And what do you mean by wanting to 'connect' the file > sharing protocols to the application? > > There is a PySMB library that will allow your Django application to > pretend to be a Windows client. > > If you're just talking about having the Django application display > existing files/mounts, there are various built-in tools for that. > > You might want to take a look at the FreeNAS project. They have a Django > application running as a front-end to their FreeNAS appliance. > > -A > > On Wed, Mar 9, 2016 at 4:50 AM, Vayuj Rajan <[email protected]> wrote: > >> What I wanted to do is to connect the file sharing protocols to this web >> application i.e the one I will be making it from Django and I wanted to >> host this application using apache so that it can be hosted locally. >> >> On Wednesday, March 9, 2016 at 6:05:51 PM UTC+5:30, Andréas Kühne wrote: >>> >>> Hi Vayuj, >>> >>> I think you have to be a bit more specific. Django is a web framework, >>> used for creating web applications and websites. A NAS is usually an array >>> of harddrives that has different file sharing protocols attached (for >>> example SMB or NFS). >>> >>> It would be possible to implement something like Amazons S3 in django >>> however if that is what you want? >>> >>> Regards, >>> >>> Andréas >>> >>> 2016-03-09 12:09 GMT+01:00 Vayuj Rajan <[email protected]>: >>> >>>> Hi, >>>> I have a query whether we can implement NAS (network attached storage) >>>> functionality using Django framework? >>>> >>>> -- >>>> 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 [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at https://groups.google.com/group/django-users. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/django-users/9a9914d7-37cf-4608-892a-2f0a08b001a1%40googlegroups.com >>>> <https://groups.google.com/d/msgid/django-users/9a9914d7-37cf-4608-892a-2f0a08b001a1%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> 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 [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/fe72a195-2815-42ef-867c-6245d9e62d1c%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/fe72a195-2815-42ef-867c-6245d9e62d1c%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-users/E2loEnbFSAs/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAEE%2BrGpsfTR_SH2jJk%2B3F3PxNLAmvgQYsd%3D9a4FHFSpJu3xvbw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAEE%2BrGpsfTR_SH2jJk%2B3F3PxNLAmvgQYsd%3D9a4FHFSpJu3xvbw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABe4X64FMT3_VyANx5oZA46UOApcvFRB6g5cWrxnHGUOWXcm0A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

