forked from DGNum/gestioCOF
Typo + docstrings inutiles
This commit is contained in:
parent
f93b095e0f
commit
debc10213e
3 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -45,7 +45,7 @@ INSTALLED_APPS = (
|
|||
'autocomplete_light',
|
||||
'captcha',
|
||||
'django_cas_ng',
|
||||
# 'debug_toolbar',
|
||||
'debug_toolbar',
|
||||
'bootstrapform',
|
||||
'kfet',
|
||||
'channels',
|
||||
|
|
Loading…
Reference in a new issue