Mercurial > public > sg101
view messages/apps.py @ 961:840c1a8bd8af
Mitigate QueryParserError when searching.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 03 Aug 2015 17:26:32 -0500 |
parents | 0365fdbb4d78 |
children |
line wrap: on
line source
from django.apps import AppConfig class MessagesConfig(AppConfig): name = 'messages' verbose_name = 'Private Messages'