Skip to content

brijshah/Django-Fileserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Fileserver

Simple fileserver to upload and download files using REST

  • PUT - upload a file
  • GET - to retrieve a file

Version

  • Python: 2.7
  • Django: 1.9.4

Installation

The following modules need to be installed before running the app:

  • Django
  • djangorestframework
$ sudo pip install -r requirements.txt

To Run App

$ ./manage.py runserver

About

Fileserver written in Django to upload and download files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published