datamade / how-to

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

use django-environ for managing environmental settings in cookicutters #386

Closed fgregg closed 1 month ago

fgregg commented 1 month ago

Overview

This PR adjusts the settings.py for the django and wagtail cookiecutters to make good use of django-environ.

It also fixes a number of unrelated dependency problems, and turns off automated dependency upgrading.

Closes #381, #387

Relates to #385

Testing Instructions