codethesaurus / codethesaur.us

A polyglot developer reference tool to compare programming language concepts side-by-side! Great for learning new languages or using for reference.
https://codethesaur.us
GNU Affero General Public License v3.0
288 stars 170 forks source link

Resolve "no db" issue from CI/CD validate commands #742

Closed geekygirlsarah closed 3 months ago

geekygirlsarah commented 3 months ago

What GitHub issue does this PR apply to?

Resolves #730

What changed and why?

Added a python manage.py migrate command to the workflows

(If editing website code) Please add screenshots

Checklist

Any additional comments or things to be aware of while reviewing?

geekygirlsarah commented 3 months ago

It doesn't resolve the "no DATABASE_URL" thing, but adding this is probably the more "proper" way to run the things on here.