-
-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added dropbox storage #76
Conversation
a3390b7
to
2deb3f3
Compare
I had some troubles with dropbox library and Python 3. I instead use their official repo: https://github.com/dropbox/dropbox-sdk-python |
Any news ? |
The code looks great. |
@@ -0,0 +1,98 @@ | |||
# FTP storage class for Django pluggable storage system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's remove the FTP stuff :)
3714231
to
7f1c48b
Compare
All is done! |
ee169a4
to
0f6bb2a
Compare
I don't know why Travis don't launch test for my pull request, but it successes here: https://travis-ci.org/ZuluPro/django-storages/builds/79368054 |
@jschneier Any news ? |
Further: