cavdailyonline / unicorn

CMS and front end app for student news publication
4 stars 5 forks source link

Add local.py, django-storages for s3 images and statics #27

Closed jnayak1 closed 8 years ago

jnayak1 commented 8 years ago

Note: Statics were uploaded to s3 because it was super easy. We can switch over if necessary any time. Looking into it a bit, I don't think there's a big performance difference. The html page gets sent to the client and then the client requests the static files the page specifies. I don't think there would be a huge difference at least for now whether we serve those from s3 or our ec2 server.

leodomingo commented 8 years ago

Some PEP8 issues here, Travis has a full readout