Mercurial > public > sg101
view potd/apps.py @ 992:6816c5189525
No longer need Markdown extension SslImagesExtension.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 01 Nov 2015 15:59:12 -0600 |
parents | 1cb227d59e20 |
children |
line wrap: on
line source
from django.apps import AppConfig class PotdConfig(AppConfig): name = 'potd' verbose_name = 'Photo of the Day' label = 'potd' def ready(self): import potd.receivers