add Podcasts section

This commit is contained in:
William Vincent 2019-01-10 10:03:33 -05:00
parent 4dec04e429
commit d1ecb1697b

View File

@ -10,6 +10,7 @@
* [Community](#community)
* [Conferences](#conferences)
* [Meetups](#meetups)
* [Podcasts](#podcasts)
* [General Tutorials](#general-tutorials)
* [Deployment Tutorials](#deployment-tutorials)
* [External Resources](#external-resources)
@ -62,6 +63,10 @@
### Meetups
* [Meetups](https://www.meetup.com/topics/django/all/) - 400+ Meetup groups in 65 countries.
### Podcasts
* [TalkPython](https://talkpython.fm/)
* [Podcast Init](https://www.podcastinit.com/)
### General Tutorials
* [Django Girls Tutorial](https://tutorial.djangogirls.org/en/) - Use function-based views to build a blog app.