|
@@ -14,8 +14,8 @@ from coin.members.models import Member, MembershipFee
|
|
|
class Command(BaseCommand):
|
|
|
args = '[date=2011-07-04]'
|
|
|
help = """Send a call for membership email to members.
|
|
|
- A mail is sent when end date of membership
|
|
|
- reach the anniversary date, 1 month before and once a month
|
|
|
+ A mail is sent when end date of membership
|
|
|
+ reach the anniversary date, 1 month before and once a month
|
|
|
for 3 months.
|
|
|
By default, today is used to compute relative dates, but a date
|
|
|
can be passed as argument."""
|