datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
80 stars 12 forks source link

Upgrades Python, Postgres, and Node dependencies for the Django cookiecutter #317

Closed smcalilly closed 1 year ago

smcalilly commented 1 year ago

Overview

Testing Instructions

fgomez828 commented 1 year ago

@smcalilly Errors related to missing assets, but no errors about upgraded packages.

As a point of clarification, do we not include the bootstrap min files, fontawesome, etc. so that we can include the most up-to-date copies of those files locally?

Based on the issue, it sounds like we might want to include those files here, but I'm not sure if that's accurate.

Screenshot 2023-03-09 at 3 24 17 PM
smcalilly commented 1 year ago

@fatima3558 Ah good catch. Looks like we're target the wrong file path in our base.html file. Fixed here: 6219bd6