HumanityOnline / MyRefuge

http://myrefuge.world/
4 stars 1 forks source link

Mugshot is not showing #11

Closed nelsyeung closed 9 years ago

nelsyeung commented 9 years ago

The current mugshot path starts with /vagrant/myrefuge rather than /myrefuge.

cazgp commented 9 years ago

That's only on dev. On prod it's not showing either, but for a different reason. Hmm. Atm we're using something called rednoise to serve media files, but I think we maybe should be uploading to S3 or GCE's equivalent of.

nelsyeung commented 9 years ago

Is there anyway of making it work for the dev?

cazgp commented 9 years ago

Install django-storages and configure it for Google Cloud Storage https://django-storages.readthedocs.org/en/latest/backends/apache_libcloud.html

hoatle commented 9 years ago

fixed on dev

nelsyeung commented 9 years ago

Looks like it's working now, thanks.