2011-09-18.log

--- Log opened Sun Sep 18 00:00:15 2011
-!- augur [~augur@129.2.129.32] has joined ##hplusroadmap00:08
xelxebar1https://github.com/jayesh3/cadmium is that it?00:09
kanzureyes that's cadmium00:44
kanzurehuh his instructions are total bullshit, pythonocc compiles for windows...00:44
kanzure(i'm a debian user, but still..)00:44
-!- CryptoQuick [~CryptoQui@c-174-51-232-237.hsd1.co.comcast.net] has joined ##hplusroadmap01:20
-!- augur [~augur@129.2.129.32] has quit [Remote host closed the connection]01:21
-!- augur [~augur@208.58.5.87] has joined ##hplusroadmap01:47
* xelxebar1 debian bro fist02:32
-!- uniqanomaly [~ua@dynamic-78-8-223-201.ssp.dialog.net.pl] has joined ##hplusroadmap04:39
-!- nuba [~nuba@pauleira.com] has quit [Ping timeout: 252 seconds]05:53
-!- nuba [~nuba@pauleira.com] has joined ##hplusroadmap05:55
kanzurehmm05:55
-!- nuba [~nuba@pauleira.com] has quit [Ping timeout: 260 seconds]06:07
-!- nuba [~nuba@pauleira.com] has joined ##hplusroadmap06:19
-!- uniqanomaly [~ua@dynamic-78-8-223-201.ssp.dialog.net.pl] has quit [Quit: uniqanomaly]06:20
-!- uniqanomaly [~ua@dynamic-78-8-223-201.ssp.dialog.net.pl] has joined ##hplusroadmap08:43
-!- mayko [~mayko@71-22-217-151.gar.clearwire-wmx.net] has joined ##hplusroadmap11:07
kanzureah that's right.. suspended animation got fda approved12:09
-!- 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 ##hplusroadmap12:31
-!- library [~Christian@c-76-25-200-47.hsd1.co.comcast.net] has joined ##hplusroadmap13:23
-!- QuantumG [~qg@rtfm.insomnia.org] has quit [Ping timeout: 276 seconds]13:35
-!- audy [~audy@vps.heyaudy.com] has quit [Remote host closed the connection]14:10
-!- uniqanomaly [~ua@dynamic-78-8-223-201.ssp.dialog.net.pl] has quit [Quit: uniqanomaly]14:21
kanzurehi library..?14:35
libraryoh hello, I'm surprised this channel exists, seems I'd overlooked it for a while :p14:44
librarypleasantly surprised, I should say14:44
archelswelcome14:47
librarythanks thanks :)14:51
-!- nchaimov [~nchaimov@c-24-20-202-138.hsd1.or.comcast.net] has quit [Quit: nchaimov]14:58
-!- klafka_ [~diane@cpe-69-205-70-55.rochester.res.rr.com] has quit [Quit: leaving]15:00
-!- diane [~diane@cpe-69-205-70-55.rochester.res.rr.com] has joined ##hplusroadmap15:01
-!- nchaimov [~nchaimov@c-24-20-202-138.hsd1.or.comcast.net] has joined ##hplusroadmap15:07
-!- nchaimov [~nchaimov@c-24-20-202-138.hsd1.or.comcast.net] has quit [Quit: nchaimov]15:15
-!- nchaimov [~nchaimov@c-24-20-202-138.hsd1.or.comcast.net] has joined ##hplusroadmap15:16
-!- 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 ##hplusroadmap15:17
-!- diane is now known as klafka15:27
-!- QuantumG [~qg@ec2-174-129-140-4.compute-1.amazonaws.com] has joined ##hplusroadmap15:35
kanzurelibrary: what have you been looking for?15:48
libraryOh, I've just been a transhumanist for a few years, and today I realized that I'd never googled around for related IRC channels15:51
libraryI should say, I hadn't overlooked the channel, but rather that I'd overlooked that I'd overlooked it..15:52
klafkakanzure are you familiar w/ django?15:55
kanzureyeah i use it all the time15:55
kanzuresup?15:55
klafkaok sweet, i'm having a major problem setting up django-staticfiles w/ django 1.215:56
kanzureis that an addon/library/thing?15:56
klafkayeah for serving static files15:56
kanzureyeah that sounds really lame15:56
kanzureheh'15:56
klafkaum why?15:56
kanzureone sec15:56
kanzurejust do something like (r'^media/(?P<path>.*)$', 'serve', {"document_root": "/home/klafka/thumb/up/your/ass"}),15:57
-!- mayko [~mayko@71-22-217-151.gar.clearwire-wmx.net] has quit [Ping timeout: 260 seconds]15:59
klafkaum that is in urls.py right?15:59
kanzureyeah15:59
kanzureyou should pass it in your call to patterns()16:00
klafkaright16:01
-!- mayko [~mayko@71-22-217-151.gar.clearwire-wmx.net] has joined ##hplusroadmap16:01
kanzureklafka: did that work16:03
klafkahold on, so should i create a function in views or?16:04
klafkai'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 default16:05
kanzureah wait, i might be mistaken.. you might have to call `from django.views.static import serve` somewhere16:06
klafkasee this is it seems the more ghetto version16:07
klafkacompared to django-staticfiles16:07
klafkabut fuck it if i can just fucking debug my javascript shit16:07
kanzurewhat's wrong with django-staticfiles anyway?16:08
klafkai don't know what STATIC_URL should be set to16:08
klafkabasically i don't know how to use it, and the docs don't really say16:08
kanzureSTATIC_URL can be "/static/"16:09
klafkaso then where do i put files to be served statically?16:09
kanzuredid you set STATIC_ROOT16:09
kanzurewith an absolute path16:09
klafkai have16:10
kanzurei think you have to run python manage.py collectstaticfiles or something too16:10
klafkalet me try it again16:10
klafkasee that seems to be for deployment16:10
kanzureklafka: see this https://docs.djangoproject.com/en/dev/howto/static-files/#staticfiles-development16:11
klafkayeah that's for django dev/django 1.316:11
klafkai'm using django 1.2 atm because um that's what ubuntu installed atm16:12
kanzuremaybe you should try:16:13
klafkaalso i'm kind of confused about what exaclty an application means in django16:13
kanzure(r'^media/(?P<path>.*)$', 'django.views.static.serve', {"document_root": "/home/klafka/thumb/up/your/ass"}),16:13
klafkano i guess i'm not completely confused by it16:14
-!- augur [~augur@208.58.5.87] has quit [Remote host closed the connection]16:14
klafkaooooh16:14
klafkai see16:14
klafkai think16:14
-!- library [~Christian@c-76-25-200-47.hsd1.co.comcast.net] has quit [Ping timeout: 240 seconds]16:18
-!- library [~Christian@c-76-25-200-47.hsd1.co.comcast.net] has joined ##hplusroadmap16:30
-!- augur [~augur@129.2.129.32] has joined ##hplusroadmap16:35
kanzureklafka: did it work16:42
-!- eridu [~eridu@gateway/tor-sasl/eridu] has joined ##hplusroadmap16:43
-!- eudoxia [~eudoxia@r190-64-71-57.dialup.adsl.anteldata.net.uy] has joined ##hplusroadmap16:50
-!- xelxebar1 [~Adium@KD125029099247.ppp-bb.dion.ne.jp] has left ##hplusroadmap []17:37
-!- QuantumG [~qg@ec2-174-129-140-4.compute-1.amazonaws.com] has quit [Remote host closed the connection]17:44
-!- QuantumG [~qg@rtfm.insomnia.org] has joined ##hplusroadmap17:45
-!- eridu [~eridu@gateway/tor-sasl/eridu] has quit [Quit: Leaving]17:53
klafkakanzure:  i ended up upgrading to django 1.3 and using contrib.staticfiles17:56
klafkaand that worked17:56
kanzuredid my thing not work?18:12
klafkanot offhand18:36
kanzurehrmmm.18:38
-!- eudoxia [~eudoxia@r190-64-71-57.dialup.adsl.anteldata.net.uy] has quit [Read error: Connection reset by peer]18:42
-!- Stee| [~Steel@cpe-67-246-36-165.nycap.res.rr.com] has joined ##hplusroadmap19:19
-!- klafka [~diane@cpe-69-205-70-55.rochester.res.rr.com] has quit [Ping timeout: 260 seconds]19:48
-!- 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 ##hplusroadmap19:50
-!- mayko [~mayko@71-22-217-151.gar.clearwire-wmx.net] has joined ##hplusroadmap20:02
-!- augur [~augur@129.2.129.32] has quit [Remote host closed the connection]21:51
-!- dbolser [~dmb@75.126.74.92] has quit [Ping timeout: 240 seconds]22:37
-!- augur [~augur@129.2.129.32] has joined ##hplusroadmap23:04
--- Log closed Mon Sep 19 00:00:17 2011

Generated by irclog2html.py 2.15.0.dev0 by Marius Gedminas - find it at mg.pov.lt!