springload / madewithwagtail

A showcase of sites and apps made with Wagtail CMS, the easy to use, open source Django content management system
http://madewithwagtail.org
MIT License
84 stars 21 forks source link

fix parsing of env variables (DATABASE_URL) etc #148

Closed b-jam closed 4 years ago

b-jam commented 4 years ago

to deploy properly to ECS, we can't hardcode DATABASES in settings files.

So we need to grainify the settings probably, or at least just parse the ENV vars into settings