website/www/conservancy/apps/assignment/apps.py

8 lines
136 B
Python
Raw Normal View History

2021-11-30 05:15:59 +00:00
from __future__ import unicode_literals
from django.apps import AppConfig
class AssignmentConfig(AppConfig):
name = 'assignment'