DjangoGirlsSeoul / lightandleadership

Non-profit web project using python and django
Apache License 2.0
5 stars 6 forks source link

reset migrations, added homelink model for icons section #69

Closed RachellCalhoun closed 8 years ago

RachellCalhoun commented 8 years ago

I had trouble migrating so I had to reset migrations. I added homelink model(with fields: title, link, color, icon ,order), added it to the views in home, added to the admin page. (in both Spanish and English content apps)

I also added a link field to the home app for the 'learn more ' button. homepage html, I changed the button to use bootstrap button with link, I also changed the icons section by inserting a forloop with background color, icon, and title from homelink models.

@jinpark sorry it's so big, i now realize I probably should have done migrations in a different PR, but have a look and let me know. homelink

jinpark commented 8 years ago

was there a reason to reset the migrations? did the old migrations not work? I reset the db and just ran the current migrations with no problem on my end.