You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
Right now the CSV file is mostly useful for dev data, so developers can spin up a local instance that tracks site. In production (at https://securethe.news/), we manage the list of sites via the Wagtail admin interface. That works well enough for internal staff managing changes, but doesn't jive well with contributions to this repo.
If we had an idempotent manage.py command that loads the sites, we could merge new sites to that list, then deploy the changes directly to the prod site, without needing to futz with the clicky-clicky.
Right now the CSV file is mostly useful for dev data, so developers can spin up a local instance that tracks site. In production (at https://securethe.news/), we manage the list of sites via the Wagtail admin interface. That works well enough for internal staff managing changes, but doesn't jive well with contributions to this repo.
If we had an idempotent manage.py command that loads the sites, we could merge new sites to that list, then deploy the changes directly to the prod site, without needing to futz with the clicky-clicky.
See discussion in #106 (comment) @eloquence expressed interest in implementing.
The text was updated successfully, but these errors were encountered: