13:06 PM
eVRiAL has quit
13:06 PM
cottons has quit
13:07 PM
dlogs has quit
13:07 PM
dlogs joined the channel
13:07 PM
TaiSHi rubs on FunkyBob
13:08 PM
apollo13
13:08 PM
vovanbo has quit
13:08 PM
I think that should fix most issues :þ
13:09 PM
cottons joined the channel
13:10 PM
FunkyBob
umm
13:13 PM
farrk.... how the fuck do I get DNS to only give me ipv4 responses?
13:13 PM
apollo13
FunkyBob: umm means you don't like it or?
13:13 PM
FunkyBob
apollo13: umm means I have no idea why you'r doing this, and no time to brain it right now
13:14 PM
I need this fucking server to stop fucking well geting FUCKING IPV6 ADDRESSES WHEN IT CANT FUCKING USE THEM!
13:14 PM
apollo13
linux?
13:14 PM
FunkyBob
yes
13:15 PM
apollo13
sudo rmmod ipv6 ;)
13:15 PM
FunkyBob
no ipv6 mod
13:15 PM
it's some gai.conf bullshit
13:17 PM
Tii joined the channel
13:19 PM
Ariel_Calzada has quit
13:20 PM
ghostlines joined the channel
13:20 PM
totoybato has quit
13:22 PM
apollo13: you're a ticket closing MACHINE!
13:22 PM
apollo13
fwiw, all those errors are mysql :þ
13:22 PM
but either way, that infinite recursion isn't nice :)
13:24 PM
link86 joined the channel
13:24 PM
vovanbo joined the channel
13:25 PM
ghostlines has quit
13:26 PM
kenbolton joined the channel
13:29 PM
grafa has quit
13:29 PM
Ariel_Calzada joined the channel
13:29 PM
vovanbo has quit
13:30 PM
percent20_ has quit
13:31 PM
FunkyBob
apollo13: still can't get over the people saying "OMG! taggit is completely useless on 1.6 because my corner case doesn't work!" ...
13:31 PM
hyp3rkyd has quit
13:31 PM
apollo13
FunkyBob: well there is some truth in it
13:32 PM
FunkyBob
ah, no...
13:32 PM
not really
13:32 PM
apollo13
taggit is a bit buggy ;)
13:32 PM
FunkyBob
it's not working for some of their use case...
13:32 PM
that's hardly "completely unusable"
13:32 PM
chrismed has quit
13:33 PM
apollo13
hence "some" truth ;)
13:36 PM
FunkyBob
anyway... sleep for me
13:36 PM
tomorrow [well, today] I spend back in the machine room, upgrading a SAN
13:36 PM
apollo13
FunkyBob: have fun
13:36 PM
TaiSHi
nn FunkyBob
13:38 PM
patrick91 joined the channel
13:38 PM
I need to finish a problem set for a class so, off for a bit
13:41 PM
hairy joined the channel
13:41 PM
Nizumzen joined the channel
13:42 PM
sayan joined the channel
13:44 PM
patrick91 has quit
13:45 PM
hairy_ joined the channel
13:45 PM
hairy_ has quit
13:46 PM
Ariel_Calzada has quit
13:46 PM
vovanbo joined the channel
13:46 PM
hairy_ joined the channel
13:47 PM
hairy has quit
13:47 PM
hairy_ is now known as hairy
13:49 PM
NomadJim has quit
13:50 PM
ajendrex joined the channel
13:50 PM
johtso_ has quit
13:50 PM
NomadJim joined the channel
13:50 PM
vovanbo has quit
13:50 PM
ajendrex
Hello all, I'm looking for help with ClearableFileInput's checkbox use
13:50 PM
Reinbow joined the channel
13:50 PM
anyone familiar with this?
13:51 PM
Reinbow
hello :)
13:52 PM
i was wondering if someone could help me
13:53 PM
JBreit has quit
13:53 PM
amnesic has quit
13:53 PM
there's a placeholder in my child template that just won't appear on the page
13:53 PM
pulilng my hair out trying to figure out why
13:54 PM
ajendrex
show the code
13:54 PM
bkuberek joined the channel
13:55 PM
NBhosting
does this work for the last day of the month? i need ti run a script the last day of the month after 23:00
13:55 PM
last_day = date + relativedelta(day=1, months=+1, days=-1)
13:55 PM
or is there and easyer way
13:56 PM
Reinbow
should i post code in here?
13:56 PM
or PM you ajendrex?
13:56 PM
ohrstrom has quit
13:56 PM
nkuttler
NBhosting: errr.. how are you calling that script?
13:56 PM
ajendrex
Reinbow, I have no experience, but I don't see harm on pasting the code here
13:56 PM
NBhosting
cron
13:56 PM
but its hard on cron to do it there
13:57 PM
garrypolley joined the channel
13:57 PM
Reinbow
ok... well apologies for spamming then
13:57 PM
nkuttler
NBhosting: heh, yeah, i would have thought cron can do that..
13:57 PM
Reinbow
here's the base.html file:
13:57 PM
{% load cms_tags sekizai_tags %}
13:57 PM
<html>
13:57 PM
<head>
13:57 PM
<link href="{{ MEDIA_URL }}css/bootstrap.css" rel="stylesheet" type="text/css" />
13:57 PM
{% render_block "css" %}
13:57 PM
</head>
13:57 PM
<body>
13:57 PM
{% cms_toolbar %}
13:57 PM
{% placeholder header %}
13:57 PM
{% placeholder footer %}
13:57 PM
{% render_block "js" %}
13:57 PM
</body>
13:57 PM
</html>
13:57 PM
NBhosting
yeah cron can, but its difrant for each cron system
13:57 PM
Reinbow
and the child:
13:57 PM
nkuttler
Reinbow: bad. use a pastebin
13:57 PM
Reinbow
lol
13:57 PM
ok
13:57 PM
NBhosting
kinda hard to test also
13:58 PM
i tought i would just make a ifset based on the last day of the month hour 23
13:58 PM
TaiSHi
Reinbow: use dpaste for code
13:58 PM
amigo has quit
13:59 PM
Reinbow
13:59 PM
there'
13:59 PM
there is two html files there
13:59 PM
hopefully its clear enough
14:00 PM
only the footer and header placeholders appear on the page
14:00 PM
TaiSHi
Look at line 28
14:00 PM
You're not defining template_1_content_block in base.html
14:02 PM
livestrong joined the channel
14:02 PM
Reinbow
ok, I've added {% block template_1_content_block %} {% endblock %} into base.html
14:02 PM
Nizumzen has quit
14:02 PM
still no placeholder
14:04 PM
TaiSHi
sec I lost your pastebin in my tabs lol
14:04 PM
livestrong
I've found a twitter bootstrap login template which I like it, what now ? Can you recomment some tutorial? All I've found was about base.html template
14:04 PM
TaiSHi
You didn't load cms tags on template1.html
14:05 PM
I might be wrong about the "block" thing, since you're using django-cms (which I don't know)
14:05 PM
livestrong: using django-allauth?
14:05 PM
ustunozg_ has quit
14:05 PM
jleclanche
has anyone integrated mozilla persona with django-allauth? it tries to call an allauth.persona.login js function but it says nothing about any js file (and the official persona js is obviously not namespaced under allauth)
14:07 PM
dlogs has quit
14:07 PM
eVRiAL joined the channel
14:07 PM
ajendrex
anyone familiar with clearableFileInput widget?
14:07 PM
TaiSHi
livestrong: if so, the doc points you to personalizing your templates, iir you must copy 'account' folder (or specific files) to projectroot/templates
14:07 PM
vovanbo joined the channel
14:07 PM
Reinbow: did you read my answer earlier on?
14:08 PM
grafa joined the channel
14:08 PM
livestrong
TaiSHi: I have to use twitter bootstrap. It doesn't matter that is for login or anything else, what I want to know is: After I've found a bootstrap template, how do I use it?
14:08 PM
Reinbow
loading cms tags?
14:08 PM
thought that would get loaded as part of the extend
14:10 PM
clinta joined the channel
14:11 PM
arietis has quit
14:11 PM
TaiSHi
livestrong: staticsfiles + load it as any html
14:12 PM
Reinbow: That's a doubt I also have, but doesn't hurt to try =)
14:12 PM
vovanbo has quit
14:12 PM
eVRiAL has quit
14:12 PM
Reinbow
bloody frustrating
14:12 PM
jermops joined the channel
14:13 PM
TaiSHi
livestrong: you can load it {% load staticfiles %} (top of your file) and then <link href="{% static "css/signin.css" %}" rel="stylesheet">