Mercurial > public > sg101
view weblinks/apps.py @ 956:6cc9221d04a7
Issue #85: fix 500 error with custom search form.
Can't rely on exact being in cleaned_data if there is an error
with it.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 30 May 2015 17:41:11 -0500 |
parents | 6d08b1476a52 |
children |
line wrap: on
line source
from django.apps import AppConfig class WeblinksConfig(AppConfig): name = 'weblinks' verbose_name = 'Web Links' def ready(self): import weblinks.receivers