Re: Adding a ManyToMany field to existing model

2009-04-02 Thread Joey Gartin
django_admin_log > auth_group_permissions django_content_type > auth_messagedjango_session > auth_permission django_site > auth_user videos_speaker > auth_user_groupsvideos_video > auth_user_user_permission

forming email body

2009-04-01 Thread Joey Gartin
Newbie question: In a view I am sending out a few emails to users. The email format is identical for each user, with the users information being dynamic. My question is regarding forming a long email and using it as the body over and over (in a loop for each user). What is the best way to do th