but you might also want to install python3-venv ... using a virtualenv is very helpful
Alphare
I'm facing an apparently very dumb URL config problem
FunkyBob
jtiai: +1
Alphare
my URL is r'^(?P<file_slot>[-\w]+)/
and recto-verso/ does not qualify somehow
FunkyBob
Alphare: you forgot ^ and $
Alphare
FunkyBob: it's between includes
FunkyBob
Alphare: ok
Alphare
recto works
but adding a dash somehow does not work
FunkyBob
odd
Alphare
but my regex is valid
yeah, I'll keep looking
Oli has quit
brainproxy joined the channel
tolja
Doesn't dash need to be escaped?
Alphare
(it is a URL config issue, not view-level 404)
holy...
I was changing the wrong file
FunkyBob
tolja: not in that case, typically
Alphare: that'd do it
kezabelle
heh
Alphare
same urlconfig file, two projects
dammit
thanks :D
FunkyBob
np
Alphare
well, at least I've fixed the bug in the other project as well
FunkyBob
so... was having lunch with an old friend today... and as a way to class it as a business lunch [and thus tax deductible :)] ... I asked if she needed any coding done
as it turned out... she does :P
kezabelle
yay, the best kind of business lunch :D
Alphare
haha
easyOnMe has quit
Oli joined the channel
vdboor joined the channel
Gueeros has quit
Oli has quit
mcspud
FunkyBob so do I
Its Java tho
Want halp?
Want to alp*
...
Want to halp*
tolja
How can i avoid creating an unique index with models.ForeignKey('self', blank=True, null=True)?
jtiai
tolja: That shouldn't create unique index...
FunkyBob
tolja: what makes you think it would create a unique index?
mcspud: I'm listening
mcspud
You'll be helping
No $$$
Just to help me :
D
FunkyBob
sure, once there's room for it in my non-work queue
erdic has quit
b0nn joined the channel
erdic joined the channel
noyb joined the channel
GinFuyou joined the channel
fritzroy15
howdy
FunkyBob
hi
tolja
Because there is an unique index in the db and i haven't touched the indexes at all myself
FunkyBob
tolja: you sure that's not just on the primary key?
UncleVasya_ joined the channel
Oli joined the channel
tolja
Yeah
FunkyBob
going to show us any evidence? details? etc?
which dbms, btw?
tolja
pg
I'll see if i can reproduce this elsewhere
FunkyBob
just run psql and do a \d on the table
noyb has quit
UncleVasya has quit
jalalsfs_ is now known as jalalsfs
fritzroy15
i have a rather weird request: here's the story: as part of a job interview I have to complete a task on a tech I'm not used to on codility to measure adaptability; i've been saddled with djang with which I never worked so I thought I'd come here for help
UncleVasya_ has quit
UncleVasya_ joined the channel
FunkyBob
fritzroy15: how long have you got to complete the task?
fritzroy15
i'm thinking this is almost a cheat for passing the test but my question is, are any of the big wigs around on the chanel so I can ask random stuff
FunkyBob 70 mins
FunkyBob
there a lots of highly experienced people hanging out here
fritzroy15
the thing I learned with IRC channels is that depending on the channel, some are more active during certain periods
Oli has quit
#openstack for example is definitely more live during evening hours
( evening my time, CET+1 )
i'm guessing that's because the knowledge powerhouse is from the US
cryptopian
Now, you’ve usually got the Europeans procrastinating at work
like what I’m doing now
fritzroy15
+1
jtiai
Hey, I'm not procrastnating!
Xorg
i have some strange behavior
kezabelle
I never procrastinate
Xorg: what's that?
fikka has quit
fritzroy15
great, so I'll take a crack at it now, see how it goes... gotta admit, they really threw me a curve ball with this one
erdic has quit
inad922 has quit
erdic joined the channel
should first read a little about django so I'm not completely out of it