Mercurial > public > sg101
annotate messages/apps.py @ 1178:a584caef1576
Remove Catch a Wave Radio link.
Google gives a big scary warning if you try to follow this link.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 13 Apr 2019 14:38:40 -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' |