Typo + docstrings inutiles

This commit is contained in:
Martin Pépin 2016-11-20 16:52:07 +01:00
parent f93b095e0f
commit debc10213e
3 changed files with 1 additions and 7 deletions

View file

@ -13,9 +13,6 @@ from bda.models import SpectacleRevente
class Command(BaseCommand):
"""
Objet `BaseCommand`, cf ``self.help`` pour plus d'informations.
"""
help = "Envoie les mails de notification et effectue " \
"les tirages au sort des reventes"
leave_locale_alone = True

View file

@ -13,9 +13,6 @@ from bda.models import Spectacle
class Command(BaseCommand):
"""
Objet Command, cf ``self.help`` pour plus d'informations.
"""
help = 'Envoie les mails de rappel des spectacles dont la date ' \
'approche.\nNe renvoie pas les mails déjà envoyés.'
leave_locale_alone = True

View file

@ -45,7 +45,7 @@ INSTALLED_APPS = (
'autocomplete_light',
'captcha',
'django_cas_ng',
# 'debug_toolbar',
'debug_toolbar',
'bootstrapform',
'kfet',
'channels',