Files @ 29e46a237f43
Branch filter:

Location: website/conservancy/usethesource/apps.py - annotation

bsturmfels
Disable Tachyons import line

This avoids an error during `collectstatic`.
1
2
3
4
5
6
from django.apps import AppConfig


class UseTheSourceConfig(AppConfig):
    default_auto_field = 'django.db.models.AutoField'
    name = 'conservancy.usethesource'