annotate messages/apps.py @ 975:8c3d52b7cbd1

Remove the image button on the MarkItUp! editor.
author Brian Neal <bgneal@gmail.com>
date Mon, 05 Oct 2015 20:06:24 -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'