oacpl/newsletter/apps.py
2017-08-18 21:25:17 -04:00

6 lines
95 B
Python

from django.apps import AppConfig
class NewsletterConfig(AppConfig):
name = 'newsletter'