PMXBOT Log file Viewer

Help | Karma | Search:

#dcpython logs for Monday the 21st of May, 2012

(Back to #dcpython overview) (Back to channel listing) (Animate logs)
[13:49:39] <aclark> How do people start Django projects now-a-days, anyone still use startproject/startapp? I feel like if I knew Django better I wouldn't be using them
[17:15:10] <shentonfreude> aclark: That's what I've been doing, but I'm no expert. But I've built a couple nice, non-trivial apps in a matter of 2-4 days, with a Twitter Bootstrap UI so it's polished-looking and "responsive" (rearranges, and resizes for small devices, very slick). Quite happy with the combo for apps where SQL storage makes sense
[17:20:18] <aclark> shentonfreude: nice!