Hacker News new | past | comments | ask | show | jobs | submit login
How I Write Django Reusable Apps (paltman.com)
79 points by paltman on Jan 1, 2012 | hide | past | favorite | 5 comments



It's a nice overview, but it's extremely basic. I would have appreciated some further reading (specifically for Django signals and injecting into views). The Python skeleton package is cool, though.


Thanks. I'm planning some additional posts to cover these in detail.


I agree: great topic but light on details. If you're considering ideas for additional posts, I'd personally love to see case studies from Pinax itself to see exactly how/why to use the techniques you talked about.


I've been using this https://gist.github.com/1548742 to generate package skeletons for django apps. Configures a django-nose test runner for setup.py, package data sniffer, etc.


Here is a post on use of signals that I hope is helpful. http://news.ycombinator.com/item?id=3413956




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: