ryan-roemer / django-cloud-browser

Django application browser for cloud datastores (Rackspace, AWS, etc.).
http://ryan-roemer.github.com/django-cloud-browser/
MIT License
81 stars 27 forks source link

Python 3 + Django 2.0 support #14

Closed corcoran closed 6 years ago

ryan-roemer commented 6 years ago

Thanks for the PR! It looks like CI is failing for requirements -- could you potentially take a look at what's up and upgrade things appropriately? Thanks!

corcoran commented 6 years ago

The issue originally stemmed from boto + travis but it had nothing to do with my code and just required a workaround.

I've added a proper python 3 travis check and fixed up a few more things.

ryan-roemer commented 6 years ago

Tremendous work @corcoran !

Changes released in https://pypi.python.org/pypi/django-cloud-browser/0.4.0

As this lib is a bit behind the times, I've filed issues to:

corcoran commented 6 years ago

Issue #16 is addressed in this PR btw

ryan-roemer commented 6 years ago

@corcoran -- I saw the requirements_dev.txt change, but all the files presupposes an import cloudfiles which I believe is now broken everywhere, so I think we need a big ol' refactoring of:

  1. The code to new swiftclient, and
  2. Changing text / docs of Rackspace to OpenStack

... or is everything much simpler than I'm imagining here? 😄

corcoran commented 6 years ago

No you're definitely right, my bad!

I don't have any rackspace accounts myself to help test/refactor unfortunately

On Thu, Feb 22, 2018 at 7:18 PM, Ryan Roemer notifications@github.com wrote:

@corcoran https://github.com/corcoran -- I saw the requirements_dev.txt change, but all the files presupposes an import cloudfiles which I believe is now broken everywhere, so I think we need a big ol' refactoring of:

  1. The code to new swiftclient, and
  2. Changing text / docs of Rackspace to OpenStack

... or is everything much simpler than I'm imagining here? 😄

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ryan-roemer/django-cloud-browser/pull/14#issuecomment-367867908, or mute the thread https://github.com/notifications/unsubscribe-auth/ABVnwQoi3vZprEJILtNyHejWxiLi48LMks5tXgPvgaJpZM4SLNGl .