manicExpressive / hypodrical

small django podcasting thingie
MIT License
0 stars 0 forks source link

Make urls like /1 redirct to the correct episode # #9

Closed manicExpressive closed 11 years ago

manicExpressive commented 11 years ago

I had a line in the URL conf for this, that redirected /episodenumber to the canonical url for that episode, but had to use explicit episode numbers for a few reasons and broke it.

thirteenpixels commented 11 years ago

So the desired behavior is to always redirect /1 to /episode/1 ?

manicExpressive commented 11 years ago

/1 should redirect to /episode/slug that way we can mention where to see the show notes before publishing an episode.

On Wednesday, March 6, 2013, Bill Evans wrote:

So the desired behavior is to always redirect /1 to /episode/1 ?

— Reply to this email directly or view it on GitHubhttps://github.com/stickwithjosh/hypodrical/issues/9#issuecomment-14536721 .