website/conservancy
Ben Sturmfels 956f8c6fda
podjango: Add "Podcast" model to support multiple podcasts
Each Cast (episode) can belong to one or more Podcast, allowing episodes to be
shared between podcasts. This enables us introductory episodes to be delivered
in their own feed, but also included in the main "The Corresponding Source"
feed.

This required adding an additional `podcast_slug` argument to most views. The
date archive views were dropped because they're not linked to from anywhere.

Added a `podcasts` view as an index of all available Podcasts.
2024-04-25 15:32:24 +10:00
..
assignment Move copyright assignment templates into Django app 2024-03-20 17:10:16 +11:00
blog Use decorator syntax to register admin handlers 2024-03-21 09:35:00 +11:00
contacts contacts: Add field to represent the mailout the unsubscribe came from 2024-04-10 16:18:51 +10:00
content Defer JavaScript loading 2024-03-22 10:39:06 +11:00
contractpatch Switch from url() to path() 2024-03-18 17:51:33 +11:00
events Use decorator syntax to register admin handlers 2024-03-21 09:35:00 +11:00
fossy update date 2024-04-16 16:09:25 -04:00
fundgoal Fix typo 2024-03-21 13:54:49 +11:00
news Use decorator syntax to register admin handlers 2024-03-21 09:35:00 +11:00
podjango podjango: Add "Podcast" model to support multiple podcasts 2024-04-25 15:32:24 +10:00
settings contacts: Remove ContactEntry and add Unsubscription 2024-04-09 22:53:24 +10:00
staff Use decorator syntax to register admin handlers 2024-03-21 09:35:00 +11:00
static better picture of SMSU and update submission date 2024-03-28 13:11:45 -07:00
supporter Move the content templates/files into conservancy/content 2024-03-22 09:34:20 +11:00
supporters Use decorator syntax to register admin handlers 2024-03-21 09:35:00 +11:00
templates podjango: Add "Podcast" model to support multiple podcasts 2024-04-25 15:32:24 +10:00
usethesource usethesource: Allow logged in users to edit/delete their own comments only 2024-03-21 11:51:57 +11:00
worldmap Use decorator syntax to register admin handlers 2024-03-21 09:35:00 +11:00
__init__.py Fix strange issue with ParameterValidator settings 2024-03-20 14:32:44 +11:00
bsoup.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00
feeds.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00
frontpage.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00
local_context_processors.py Move fundraiser calculations to model 2024-03-21 13:20:30 +11:00
sponsors.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00
tests.py Fix tests 2024-03-20 16:25:02 +11:00
urls.py podjango: Add "Podcast" model to support multiple podcasts 2024-04-25 15:32:24 +10:00
views.py Specify encoding for templates in case it's not the default 2024-03-22 10:10:57 +11:00
wsgi.py Specify the production settings in wsgi.py 2024-03-20 14:15:20 +11:00