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 1768663157
Think parallel.
Home
Notebook
Contact us