gitenberg-dev / giten_site

django repo for running the GITenberg website
http://www.gitenberg.org
40 stars 5 forks source link

Implement the new home page #67

Closed bdr99 closed 6 years ago

bdr99 commented 6 years ago

This PR implements the new home page that we designed in our mockups. We added Popular Books to the home page, along with a link to view more popular books on the Browse Books page. We also made the Updates section scrollable with links that go directly to each update on the Updates page.

image image

eshellman commented 6 years ago

Update; it turns out not to be so simple to execute a management command on elastic beanstalk; you have to add commands to .ebextensions to download unzip and untar the pg rdf file, then run the management command. EB will run the command in a new instance and swap it into the old instance when done. I'm slowly working this out.

eshellman commented 6 years ago

in production