Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Building something w django is easier than bug fixes (imho). Django is just that well documented and easy to use. Bugs, of course, are not. If you want to write code, for your features, just write it in your view (this is what django calls the controller). Maybe it should be written somewhere else, but in my projects I wrote most of the logic in views, and if you are using other libraries/apis, you can just follow their docs or use stackoverflow. If you go down this route you will, at the minimum, learn a lot.


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

Search: