SheepDogInc / django-base

Base Application for Sheepdog Django Projects
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

S3 feta reference gone away - can you let us grab it back? #11

Open stellaservice opened 9 years ago

stellaservice commented 9 years ago

https://github.com/SheepDogInc/django-base/blob/master/requirements.txt#L2

Hey guys, we're looking to migrate one of the apps you guys built for us off heroku, we're finding that the old sheepdog assets bucket on s3 might have had a clear out - it's giving us the "all access disabled".

If you could help us out, I'd really appreciate it.

Gavin at StellaService

AllAccessDisabled All access to this object has been disabled A4E6C29D729A15D3 O4vxZ7PGZlGjPHSnSf4oijbSoDdk4XyDcFVFzUbBFVZb0eNoieZ5Hoh9+NZCnm6eRF4QJ+VNnFE=
wolfe commented 9 years ago

The bad news is that I don't have much control over Sheepdog anymore. The good news is that most of the assets aren't needed. Try removing that line and see what assets do not load. django-toolbar is a debugging tool, and the latest version may just work out of the box. Or you can omit it. I don't recall what we did to make the jack-bower sheepdog-specific, though. Try seeing what else fails to load when you remove the --find-links line. Once you have a complete list, I can try to look into whether I have a copy of what is missing.

On Fri, Sep 25, 2015 at 12:07 PM, stellaservice notifications@github.com wrote:

https://github.com/SheepDogInc/django-base/blob/master/requirements.txt#L2

Hey guys, we're looking to migrate one of the apps you guys built for us off heroku, we're finding that the old sheepdog assets bucket on s3 might have had a clear out - it's giving us the "all access disabled".

If you could help us out, I'd really appreciate it. Gavin at StellaService

AllAccessDisabled All access to this object has been disabled A4E6C29D729A15D3

O4vxZ7PGZlGjPHSnSf4oijbSoDdk4XyDcFVFzUbBFVZb0eNoieZ5Hoh9+NZCnm6eRF4QJ+VNnFE=

— Reply to this email directly or view it on GitHub https://github.com/SheepDogInc/django-base/issues/11.

wolfe commented 9 years ago

P.S. I don't seem to have access to any sheepdog-specific version of jack bower.

On Sun, Sep 27, 2015 at 4:34 PM, David Wolfe davidgameswolfe@gmail.com wrote:

The bad news is that I don't have much control over Sheepdog anymore. The good news is that most of the assets aren't needed. Try removing that line and see what assets do not load. django-toolbar is a debugging tool, and the latest version may just work out of the box. Or you can omit it. I don't recall what we did to make the jack-bower sheepdog-specific, though. Try seeing what else fails to load when you remove the --find-links line. Once you have a complete list, I can try to look into whether I have a copy of what is missing.

On Fri, Sep 25, 2015 at 12:07 PM, stellaservice notifications@github.com wrote:

https://github.com/SheepDogInc/django-base/blob/master/requirements.txt#L2

Hey guys, we're looking to migrate one of the apps you guys built for us off heroku, we're finding that the old sheepdog assets bucket on s3 might have had a clear out - it's giving us the "all access disabled".

If you could help us out, I'd really appreciate it. Gavin at StellaService

AllAccessDisabled All access to this object has been disabled A4E6C29D729A15D3

O4vxZ7PGZlGjPHSnSf4oijbSoDdk4XyDcFVFzUbBFVZb0eNoieZ5Hoh9+NZCnm6eRF4QJ+VNnFE=

— Reply to this email directly or view it on GitHub https://github.com/SheepDogInc/django-base/issues/11.

stellaservice commented 9 years ago

Much obliged David, we're having a run through of this per your suggestions now.

wolfe commented 9 years ago

One more thought --- I don't know where the site is hosted, but presumably the dependencies were install there, and if they are pure-python (and not compiled), you can probably just snag them from the deployment.

David

On Mon, Sep 28, 2015 at 5:08 PM, stellaservice notifications@github.com wrote:

Much obliged DAvid, we're having a run through of this per your suggestions now.

— Reply to this email directly or view it on GitHub https://github.com/SheepDogInc/django-base/issues/11#issuecomment-143860633 .

stellaservice commented 9 years ago

Hi David

We were able to resolve the deps issues in requirements.txt in the EMT project by pulling them in from their respective github repos. I think we are in good shape now. We are doing some functional testing of from end to end from the branch we created. Thanks for getting back to us, I'll reach out if we have anymore questions

Sreenu