--- Log opened Sun Sep 18 00:00:15 2011 00:08 -!- augur [~augur@129.2.129.32] has joined ##hplusroadmap 00:09 < xelxebar1> https://github.com/jayesh3/cadmium is that it? 00:44 < kanzure> yes that's cadmium 00:44 < kanzure> huh his instructions are total bullshit, pythonocc compiles for windows... 00:44 < kanzure> (i'm a debian user, but still..) 01:20 -!- CryptoQuick [~CryptoQui@c-174-51-232-237.hsd1.co.comcast.net] has joined ##hplusroadmap 01:21 -!- augur [~augur@129.2.129.32] has quit [Remote host closed the connection] 01:47 -!- augur [~augur@208.58.5.87] has joined ##hplusroadmap 02:32 * xelxebar1 debian bro fist 04:39 -!- uniqanomaly [~ua@dynamic-78-8-223-201.ssp.dialog.net.pl] has joined ##hplusroadmap 05:53 -!- nuba [~nuba@pauleira.com] has quit [Ping timeout: 252 seconds] 05:55 -!- nuba [~nuba@pauleira.com] has joined ##hplusroadmap 05:55 < kanzure> hmm 06:07 -!- nuba [~nuba@pauleira.com] has quit [Ping timeout: 260 seconds] 06:19 -!- nuba [~nuba@pauleira.com] has joined ##hplusroadmap 06:20 -!- uniqanomaly [~ua@dynamic-78-8-223-201.ssp.dialog.net.pl] has quit [Quit: uniqanomaly] 08:43 -!- uniqanomaly [~ua@dynamic-78-8-223-201.ssp.dialog.net.pl] has joined ##hplusroadmap 11:07 -!- mayko [~mayko@71-22-217-151.gar.clearwire-wmx.net] has joined ##hplusroadmap 12:09 < kanzure> ah that's right.. suspended animation got fda approved 12:31 -!- mayko [~mayko@71-22-217-151.gar.clearwire-wmx.net] has quit [Ping timeout: 252 seconds] 12:31 -!- mayko [~mayko@71-22-217-151.gar.clearwire-wmx.net] has joined ##hplusroadmap 13:23 -!- library [~Christian@c-76-25-200-47.hsd1.co.comcast.net] has joined ##hplusroadmap 13:35 -!- QuantumG [~qg@rtfm.insomnia.org] has quit [Ping timeout: 276 seconds] 14:10 -!- audy [~audy@vps.heyaudy.com] has quit [Remote host closed the connection] 14:21 -!- uniqanomaly [~ua@dynamic-78-8-223-201.ssp.dialog.net.pl] has quit [Quit: uniqanomaly] 14:35 < kanzure> hi library..? 14:44 < library> oh hello, I'm surprised this channel exists, seems I'd overlooked it for a while :p 14:44 < library> pleasantly surprised, I should say 14:47 < archels> welcome 14:51 < library> thanks thanks :) 14:58 -!- nchaimov [~nchaimov@c-24-20-202-138.hsd1.or.comcast.net] has quit [Quit: nchaimov] 15:00 -!- klafka_ [~diane@cpe-69-205-70-55.rochester.res.rr.com] has quit [Quit: leaving] 15:01 -!- diane [~diane@cpe-69-205-70-55.rochester.res.rr.com] has joined ##hplusroadmap 15:07 -!- nchaimov [~nchaimov@c-24-20-202-138.hsd1.or.comcast.net] has joined ##hplusroadmap 15:15 -!- nchaimov [~nchaimov@c-24-20-202-138.hsd1.or.comcast.net] has quit [Quit: nchaimov] 15:16 -!- nchaimov [~nchaimov@c-24-20-202-138.hsd1.or.comcast.net] has joined ##hplusroadmap 15:17 -!- nchaimov [~nchaimov@c-24-20-202-138.hsd1.or.comcast.net] has quit [Remote host closed the connection] 15:17 -!- nchaimov [~nchaimov@c-24-20-202-138.hsd1.or.comcast.net] has joined ##hplusroadmap 15:27 -!- diane is now known as klafka 15:35 -!- QuantumG [~qg@ec2-174-129-140-4.compute-1.amazonaws.com] has joined ##hplusroadmap 15:48 < kanzure> library: what have you been looking for? 15:51 < library> Oh, I've just been a transhumanist for a few years, and today I realized that I'd never googled around for related IRC channels 15:52 < library> I should say, I hadn't overlooked the channel, but rather that I'd overlooked that I'd overlooked it.. 15:55 < klafka> kanzure are you familiar w/ django? 15:55 < kanzure> yeah i use it all the time 15:55 < kanzure> sup? 15:56 < klafka> ok sweet, i'm having a major problem setting up django-staticfiles w/ django 1.2 15:56 < kanzure> is that an addon/library/thing? 15:56 < klafka> yeah for serving static files 15:56 < kanzure> yeah that sounds really lame 15:56 < kanzure> heh' 15:56 < klafka> um why? 15:56 < kanzure> one sec 15:57 < kanzure> just do something like (r'^media/(?P.*)$', 'serve', {"document_root": "/home/klafka/thumb/up/your/ass"}), 15:59 -!- mayko [~mayko@71-22-217-151.gar.clearwire-wmx.net] has quit [Ping timeout: 260 seconds] 15:59 < klafka> um that is in urls.py right? 15:59 < kanzure> yeah 16:00 < kanzure> you should pass it in your call to patterns() 16:01 < klafka> right 16:01 -!- mayko [~mayko@71-22-217-151.gar.clearwire-wmx.net] has joined ##hplusroadmap 16:03 < kanzure> klafka: did that work 16:04 < klafka> hold on, so should i create a function in views or? 16:05 < klafka> i'm not sure what exactly you're doing, aren't i passing the path to a serve method in views with that dict as an arg? 16:05 < kanzure> 'serve' is a django default 16:06 < kanzure> ah wait, i might be mistaken.. you might have to call `from django.views.static import serve` somewhere 16:07 < klafka> see this is it seems the more ghetto version 16:07 < klafka> compared to django-staticfiles 16:07 < klafka> but fuck it if i can just fucking debug my javascript shit 16:08 < kanzure> what's wrong with django-staticfiles anyway? 16:08 < klafka> i don't know what STATIC_URL should be set to 16:08 < klafka> basically i don't know how to use it, and the docs don't really say 16:09 < kanzure> STATIC_URL can be "/static/" 16:09 < klafka> so then where do i put files to be served statically? 16:09 < kanzure> did you set STATIC_ROOT 16:09 < kanzure> with an absolute path 16:10 < klafka> i have 16:10 < kanzure> i think you have to run python manage.py collectstaticfiles or something too 16:10 < klafka> let me try it again 16:10 < klafka> see that seems to be for deployment 16:11 < kanzure> klafka: see this https://docs.djangoproject.com/en/dev/howto/static-files/#staticfiles-development 16:11 < klafka> yeah that's for django dev/django 1.3 16:12 < klafka> i'm using django 1.2 atm because um that's what ubuntu installed atm 16:13 < kanzure> maybe you should try: 16:13 < klafka> also i'm kind of confused about what exaclty an application means in django 16:13 < kanzure> (r'^media/(?P.*)$', 'django.views.static.serve', {"document_root": "/home/klafka/thumb/up/your/ass"}), 16:14 < klafka> no i guess i'm not completely confused by it 16:14 -!- augur [~augur@208.58.5.87] has quit [Remote host closed the connection] 16:14 < klafka> ooooh 16:14 < klafka> i see 16:14 < klafka> i think 16:18 -!- library [~Christian@c-76-25-200-47.hsd1.co.comcast.net] has quit [Ping timeout: 240 seconds] 16:30 -!- library [~Christian@c-76-25-200-47.hsd1.co.comcast.net] has joined ##hplusroadmap 16:35 -!- augur [~augur@129.2.129.32] has joined ##hplusroadmap 16:42 < kanzure> klafka: did it work 16:43 -!- eridu [~eridu@gateway/tor-sasl/eridu] has joined ##hplusroadmap 16:50 -!- eudoxia [~eudoxia@r190-64-71-57.dialup.adsl.anteldata.net.uy] has joined ##hplusroadmap 17:37 -!- xelxebar1 [~Adium@KD125029099247.ppp-bb.dion.ne.jp] has left ##hplusroadmap [] 17:44 -!- QuantumG [~qg@ec2-174-129-140-4.compute-1.amazonaws.com] has quit [Remote host closed the connection] 17:45 -!- QuantumG [~qg@rtfm.insomnia.org] has joined ##hplusroadmap 17:53 -!- eridu [~eridu@gateway/tor-sasl/eridu] has quit [Quit: Leaving] 17:56 < klafka> kanzure: i ended up upgrading to django 1.3 and using contrib.staticfiles 17:56 < klafka> and that worked 18:12 < kanzure> did my thing not work? 18:36 < klafka> not offhand 18:38 < kanzure> hrmmm. 18:42 -!- eudoxia [~eudoxia@r190-64-71-57.dialup.adsl.anteldata.net.uy] has quit [Read error: Connection reset by peer] 19:19 -!- Stee| [~Steel@cpe-67-246-36-165.nycap.res.rr.com] has joined ##hplusroadmap 19:48 -!- klafka [~diane@cpe-69-205-70-55.rochester.res.rr.com] has quit [Ping timeout: 260 seconds] 19:50 -!- mayko [~mayko@71-22-217-151.gar.clearwire-wmx.net] has quit [Ping timeout: 252 seconds] 19:50 -!- klafka [~diane@cpe-69-205-70-55.rochester.res.rr.com] has joined ##hplusroadmap 20:02 -!- mayko [~mayko@71-22-217-151.gar.clearwire-wmx.net] has joined ##hplusroadmap 21:51 -!- augur [~augur@129.2.129.32] has quit [Remote host closed the connection] 22:37 -!- dbolser [~dmb@75.126.74.92] has quit [Ping timeout: 240 seconds] 23:04 -!- augur [~augur@129.2.129.32] has joined ##hplusroadmap --- Log closed Mon Sep 19 00:00:17 2011