Closed ndarville closed 12 years ago
Instead, it goes back to the home page (r'^$'), presumably as a 404 response.
home
r'^$'
Works locally (for both DEBUG = True and DEBUG = False) on both branches, master and registration. Not so online—on both branches.
DEBUG = True
DEBUG = False
master
registration
Instead, it goes back to the
home
page (r'^$'
), presumably as a 404 response.Works locally (for both
DEBUG = True
andDEBUG = False
) on both branches,master
andregistration
. Not so online—on both branches.