Austin, TX Boards and Commissions
Prerequisites:
make install in MakefileInstalling:
make install
This is a Django site, with models for Boards and Commissions, their meetings, and the documents for each meeting. There's a scraper that hits each of their websites and:
I store images in the local filesystem for simplicity. To serve Django media in production, you'll need a rule like this in Nginx:
location /media {
root /data/bandc;
}
Content type
Image
Digest
sha256:398a89655…
Size
202.4 MB
Last updated
3 months ago
docker pull crccheck/atx-bandc