oacpl/forum/apps.py
2017-08-26 11:40:35 -04:00

6 lines
85 B
Python

from django.apps import AppConfig
class ForumConfig(AppConfig):
name = 'forum'