Skip to content
Alexander Taylor edited this page Jun 4, 2021 · 8 revisions

Welcome to the django-wedding-website wiki!

Frequently Asked Questions

How are Save the Dates sent? ./manage.py send_save_the_dates --send --mark-sent

How are Invitations sent? ./manage.py send_invitations --send --mark-sent

How are guest lists imported? ./manage.py import_guests guestList.csv

What should the import_guests csv file look like? party_name,first_name,last_name,party_type,is_child,category,is_invited,email

Party Name,Phred,McPhredson,formal,n,Groom,y,[email protected]

Note: y/n must be used for binary values, not TRUE/FALSE.

Clone this wiki locally