view sg101/apps.py @ 1011:164a39d985ef

Perform SSL image_check on profile text fields.
author Brian Neal <bgneal@gmail.com>
date Fri, 27 Nov 2015 15:45:05 -0600
parents 0365fdbb4d78
children
line wrap: on
line source
from django.contrib.messages.apps import MessagesConfig


# The Django messages app conflicts with our own messages app.
# Override the label to fix this.

class DjangoMessagesConfig(MessagesConfig):
    label = 'django_messages'