Viewing profile — kteague
kteague
HN member- Joined
- Fri, Dec 05, 2008, 11:26 PM UTC
- HN karma
- 7
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About kteague
No profile information was provided.
Recent public activity
-
comment
Comment #963003
Also note that the default Django template is showing it's age. I don't think it's ever been updated and it contains a few faux-pas to look out for. In particular, it starts you of…
-
comment
Comment #962994
The question is, why use the framework to create the layout of project which happens to depend upon that framework at all? Instead, use a generic project templating tool to create …
-
comment
Comment #653595
Heh, like pip, it relies on the previous package management tool (gems and easy_install) to install itself. rip isn't just a mix of pip and virtualenv though, it's also got bits of…
-
comment
Comment #387656
If you install Python 3 with "make fullinstall" then the binary will be named just "python". I've always used just "#!/usr/bin/env python" and just kept track of what version of Py…