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.
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.
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.