ndarville / pony-forum

A modern alternative to ancient forum CMSes like vBulletin and PHPBB in Python on Django. (Alpha stage.) (NB: dotCloud have since removed their free Sandbox tier.)
http://pony-forum.com
26 stars 7 forks source link

dotCloud server does not append trailing slash #9

Closed ndarville closed 12 years ago

ndarville commented 12 years ago

Instead, it goes back to the home page (r'^$'), presumably as a 404 response.

Works locally (for both DEBUG = True and DEBUG = False) on both branches, master and registration. Not so online—on both branches.