Mercurial > public > sg101
view forums/apps.py @ 948:f2fbe2b0d25d
Use unicode to log messages.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 16 May 2015 15:02:04 -0500 |
parents | 5902dc5e58a3 |
children |
line wrap: on
line source
from django.apps import AppConfig class ForumsConfig(AppConfig): name = 'forums' def ready(self): import forums.receivers import forums.latest