import gdrive.py and the ajaxuploader app
authorSeth Woodworth <seth@sethish.com>
Thu, 17 Jan 2013 18:38:52 +0000 (13:38 -0500)
committerSeth Woodworth <seth@sethish.com>
Thu, 17 Jan 2013 18:38:52 +0000 (13:38 -0500)
commit1597982579621ce7bc071c9fa8f478726fc13803
tree70d77d76f9b3d2febb57db64b7795713e2024c31
parent3eae33636cc75bf73cd279306d0cbadb5146b236
import gdrive.py and the ajaxuploader app
karmaworld/apps/ajaxuploader/README.md [new file with mode: 0644]
karmaworld/apps/ajaxuploader/backends/__init__.py [new file with mode: 0644]
karmaworld/apps/ajaxuploader/backends/base.py [new file with mode: 0644]
karmaworld/apps/ajaxuploader/backends/default_storage.py [new file with mode: 0644]
karmaworld/apps/ajaxuploader/backends/local.py [new file with mode: 0644]
karmaworld/apps/ajaxuploader/backends/s3.py [new file with mode: 0644]
karmaworld/apps/ajaxuploader/models.py [new file with mode: 0644]
karmaworld/apps/ajaxuploader/templates/ajaxuploader/sample.html [new file with mode: 0644]
karmaworld/apps/ajaxuploader/views.py [new file with mode: 0644]
karmaworld/apps/notes/gdrive.py [new file with mode: 0644]