Hacker News new | ask | show | jobs
by vitorbal 5235 days ago
You should set DEBUG to false in your Django settings file for production. I got a 404 from [1] (probably you are tweaking some stuff?) and can see all your URL patterns...

[1]: http://www.hackershelf.com/login/guidelines.htm

1 comments

Hey. Yeah, was still doing some tweaks, but I've fixed it now. Thank you!