scipy-latinamerica / scipyla2016

13 stars 14 forks source link

Transfer logo from testing to production #79

Closed rgaiacs closed 8 years ago

rgaiacs commented 8 years ago

@xmnlab @leliel12 @knabben Do you know of one way to improve dump.sh so that it save the logos somewhere that we can send to the server?

xmnlab commented 8 years ago

No idea ... @gileno do you have some idea about that?

gileno commented 8 years ago

I never used but may work: https://github.com/leetrout/django-fixturemedia

rgaiacs commented 8 years ago

fixtures/sponsor.json has our sponsors but not their logos because the logo is a attribute of the benefit of each sponsor that is model as a one-to-many. **Need to export this one-to-many relationship to fixtures/sponsor-benefits.json and save the images at scipyla2016/site_media/media/sponsor_files/.

rgaiacs commented 8 years ago

Also be careful with database unique key!

rgaiacs commented 8 years ago

Out of date.