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 1770532841
Make your computer work for you, instead of you working for the computer.
Home
Notebook
Contact us