Files @ ce6be591bde2
Branch filter:

Location: website/conservancy/assignment/apps.py

bsturmfels
Rename "www" directory to "conservancy"
1
2
3
4
5
from django.apps import AppConfig


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