Files @ c795e1799c86
Branch filter:

Location: website/conservancy/assignment/apps.py

bsturmfels
Move secrets.json to top-level
1
2
3
4
5
from django.apps import AppConfig


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