5 lines
107 B
Python
5 lines
107 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AssignmentConfig(AppConfig):
|
|
name = 'conservancy.assignment'
|