Skip to content

Commit

Permalink
fixed apps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Banduhn committed Dec 31, 2015
1 parent 47b4df7 commit 8b6e1dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions howl/apps.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _

from .settings import SIGNALS


class DjangoHowlConfig(AppConfig):
name = 'howl'
verbose_name = _('Howl')

def ready(self):
if SIGNALS: # pragma: nocover
__import__(SIGNALS)

0 comments on commit 8b6e1dd

Please sign in to comment.