annotate messages/apps.py @ 1096:d9cd3180c12c

More GCalendar V3 conversion in progress. Built a brand new post editor. It is hardcoded into GCalendar right now. We will make it more general in the future.
author Brian Neal <bgneal@gmail.com>
date Tue, 14 Jun 2016 21:16:09 -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'