annotate messages/apps.py @ 941:4dc6a452afd3

Fixed comment that referred to gdata. We no longer use gdata.
author Brian Neal <bgneal@gmail.com>
date Thu, 30 Apr 2015 20:19:05 -0500
parents 0365fdbb4d78
children
rev   line source
bgneal@915 1 from django.apps import AppConfig
bgneal@915 2
bgneal@917 3
bgneal@915 4 class MessagesConfig(AppConfig):
bgneal@915 5 name = 'messages'
bgneal@915 6 verbose_name = 'Private Messages'