Skip to navigation
Clean up django post office emails
05.01.26
clean up django post office emails ``` python manage.py shell from post_office.models import Email, Log, Attachment Log.objects.all().delete() Email.objects.all().delete() Attachment.objects.all().delete() ```
Reply
Anonymous
Information Epoch 1774114838
Avoid hand-hacking, write programs to write programs when you can.
Home
Notebook
Contact us