=== Pendulum_ is now known as Pendulum [15:13] cjohnston: do you have a fresh summit db with some data ? [17:23] daker: http://ubuntuone.com/3b3d1UNkSn3rL1R0dQtOon === imbrando1 is now known as imbrandon [21:54] cjohnston: question : can we use a separate templates for the mobile view ? [21:54] something like this : [21:55] if request.is_mobile: [21:55] use mobile_tempate [21:55] else: [21:55] use desktop_tempate [21:56] that will end up being hard to maintain. [21:56] why ? [21:57] because views will now have 2 templates. [21:58] If it's for say... schedule view only. [21:58] That's probably ok. [21:58] the problem here is that the user will be forced to download all the js/css files which they wont be used on the mobile [21:58] page [21:58] aha. [21:58] So, how about checking for that? [21:59] I'm sure there's a way to bundle that correctly. [22:02] i think Modernizr can do that [22:03] i mean with js [22:03] there's also probably some kind of minimzier django app that'll help. [22:03] I know something lik that exists for flask, so it should exist for js :)