허진호

Merge branch 'dev' of https://github.com/jh8579/fileshell_cloudcomputing into dev

# Conflicts:
#	fileshell/models.py
#	fileshell/settings.py
#	fileshell/urls.py
#	fileshell/views.py
#	templates/base.html
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
88 <script src="{% static 'js/dropzone.js' %}"></script> 88 <script src="{% static 'js/dropzone.js' %}"></script>
89 <script type="text/javascript"> 89 <script type="text/javascript">
90 Dropzone.options.dropzone = { 90 Dropzone.options.dropzone = {
91 - maxFilesize: 10, // Mb 91 + maxFilesize: 100000000, // Mb
92 init: function() { 92 init: function() {
93 this.on('success', function(){ 93 this.on('success', function(){
94 if (this.getQueuedFiles().length == 0 && this.getUploadingFiles().length == 0) { 94 if (this.getQueuedFiles().length == 0 && this.getUploadingFiles().length == 0) {
......