Hacker News new | ask | show | jobs
by thomaspaine 6171 days ago
It's all custom Django, good guess on that one. I do use my fair share of external Django apps though. Ignoring the built in Django apps, My INSTALLED_APPS list has 10 unmodified external reusable apps, and 11 internal apps, which include ones I built myself and a few reusable apps I had to modify.

Thanks to everyone for the positive comments.

1 comments

A minor tip: create a 404.html that matches the look of the site. Right now you're serving the one from the Django admin :)