6 lines
100 B
Python
6 lines
100 B
Python
from agenda_culturel.models import Message
|
|
|
|
|
|
def run():
|
|
Message.objects.all().update(spam=True)
|