Files @ 29e46a237f43
Branch filter:

Location: website/deploy/systemd/conservancy-www-db.path

bsturmfels
Disable Tachyons import line

This avoids an error during `collectstatic`.
1
2
3
4
5
6
7
8
9
[Unit]
Description=Update Conservancy website database
Before=apache2.service

[Path]
PathChanged=/home/debian/django-supporters-list.sql

[Install]
WantedBy=apache2.service