Files @ 6c52f28d6a3c
Branch filter:

Location: website/conservancy/usethesource/apps.py

Denver Gingerich
Use The Source: add initial CCIRT text
1
2
3
4
5
6
from django.apps import AppConfig


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