Allow staff to edit email data via django admin site? -



Allow staff to edit email data via django admin site? -

i give staff ability manage fields from, subject, , body when sending emails without having edit html file. ideally able via admin site. thought process is:

create email table requested fields add send_email on admin.py classes when perform action. when do, can values sending emails getting object email table based on primary key.

i haven't come across documentation set , concerned it's considered bad do. i'm missing crucial why terrible idea... can comment on cases when blow up, or it's odd shouldn't issue? of emails staff edit of static text.

any suggestions/comments/criticism much appreciated.

i utilize django db templates such purpose email editing in admin area.

it's simple , can save existing templates db templates table.

django django-templates django-admin

Comments

Popular posts from this blog

javascript - I need to update the text of a paragraph by inline edit -

javascript - THREE.js reposition vertices for RingGeometry -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -