Files @ 6c52f28d6a3c
Branch filter:

Location: website/conservancy/assignment/apps.py

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


class AssignmentConfig(AppConfig):
    name = 'conservancy.assignment'