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 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/CAEE%2BrGpsfTR_SH2jJk%2B3F3PxNLAmvgQYsd%3D9a4FHFSpJu3xvbw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

