Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 3.47 KB

write-a-newsletter.md

File metadata and controls

51 lines (42 loc) · 3.47 KB

How to write Django Girls Dispatch

Every month, we send Django Girls Dispatch. We hope that in time we will find a volunteer to continue the work but right now, the ambassador is doing it.

Right now, we only send a list of previous and next events but also events with open registration.

How?

We use Mailchimp to create our newsletters. Instructions may look super scary and long but don't worry, most of it is automated now :D

  1. Go to https://login.mailchimp.com/.
  2. Use credentails from 1Password (under "Mailchimp") to log in.
  3. Click on Create Campaign.
  4. Fill the Campaign name field and choose Regular Campaign.
  5. Depending of what you want to send, choose Django Girls Newsletter or Shopify customers in the drop down menu. Click on next (hidden at the bottom right of the page).
  6. Fill email subject field.
  7. Click on Auto-tweet campaign as djangogirls and Auto-post to Facebook after sending and fill those fields.
  8. Click on next.
  9. Select Simple newsletter template in Saved Templates tab.
  10. Go to PythonAnywhere and select your bash console.
  11. Type ./manage.py prepare_dispatch. Answer the questions. Keep the tab open, you'll need it.
  12. Go back to mailchimp.
  13. Choose a nice picture from our Flick account.
  14. Select the main block and upload the selected picture.
  15. In the toolbar, click on source <> and copy-past each section returned by the prepare_dispatch script from PythonAnywhere. NOTE: links will probably be broken because of end of line and copy-pasting "fun". Check if everything is okay :)
  16. Update the Support Us section with latest numbers (footer of Django Girls website).
  17. Change the Support Us picture if you want.
  18. Test the newsletter (preview and test menu in Mailchimp) and make final adjustments.
  19. Click on next, check everything one last time and click on send!
  20. Go back to Mailchimp main page.
  21. Go back to the Dashboard and click on Campaigns in the top menu.
  22. Select the campaign you've just sent and move it to Previous Newsletters: it will update our newsletter page on Django Girls website.
  23. Do a victory dance, you've earned it!

🎉

Where to look for resources?

We don't add extra content anymore. If it were to happen again someday, here is a list of where you can look to find nice things for the Dispatch:

  • check tweets about Django Girls in last 2 weeks
  • check new Django Stories that appeared since last newsletter. Make sure to check our blog first, since website could have not the most recent stories linked.
  • check our blog for other news, too.
  • check events from last 2 weeks - have any of the organizers written something about their events? Any new photo albums, etc.?
  • has anyone mentioned Django Girls in any article? Maybe we can add that to the newsletter, too!
  • if we are planning or in the process of some important things (like hiring, working on some bigger project, starting some campaign) - make sure to mention it.
  • check GitHub - any big changes in last fortnight? Any new translations finished?
  • add upcoming events.
  • did you see a nice beginner friendly talk? If it was reccorded, add a link to it!
  • add CFP of major Django and Python conferences.