A simple clone of Dropbox that uses Django and Dropzone.js.
- User registration
- User log-in system
- File upload system (requires user to be logged-in)
- Files are saved to user folders
Grace Christenbery
- Python 2.x
- Django
- [Django-Bootstrap3] (https://github.com/dyve/django-bootstrap3)
git clonethe repositorycdinto root directory, and runpython manage.py syncdb- in the command line, run
python manage.py runserver - direct your browser to
http/localhost:8000/