Hi I'm newbie here and I just wonder if I can ask some question here. I don't know even it's a problem, but anyway, I just updated django 1.8.7 to django 1.9 and found application isn't working.
I found out django wasn't redirecting not-slashed url. it returns 500 error if slash hadn't been at the end of the url. but it works well if it's in Debug mode. but the most thing I suffer from is It works if a url is loaded in debug mode. for example, resolving /iidx/test returns 500, but if /iidx/test was loaded successfully in debug mode, then the url is called well even if it's release mode. I cleared cache, *.pyc files, and did everything I can do but couldn't find out exact solution. urls.py is at here <https://github.com/kuna/iidxranktable/blob/master/iidxrank/urls.py> and project is running at here <http://insane.pe.kr/iidx>. I just want to know anything about it. thanks for reading. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/851e6903-f0c9-44cb-909f-aa834f894d41%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

