anyone here whos company employed junior django developers?
dray3 joined the channel
belak
After going through the tutorial and some of the additional reading, what should I start looking into? The documentation itself says that the intro section is mainly for getting a general feel of django... so what's good for diving in?
hi, I've got a membership application written in django with mysql. What is the best system to run it on easily?
moneydouble has quit
I have a recent ubuntu here.. not sure if I should install something else..
it'll only ever run in a lan
garrypolley has quit
should I run it on debian or is there no difference?
honestly
blargh.
sohail joined the channel
edbaffei joined the channel
what's wrong with this field spec: `parent = models.ForeignKey('Section', blank=True, default=None)` ?
bkuberek joined the channel
Kayra has quit
neataroni joined the channel
Do I need to add null=True?
ganitsu has quit
shomon: there's hardly any difference between ubuntu and debian in that regard
shomon
anything I should watch out for maybe?
that's a relief.. save me installing this all over again :)
richardiii joined the channel
honestly
check that you run it with the right python version
dfunckt joined the channel
epicowl has quit
Manyman joined the channel
shomon
okay, thanks
natea joined the channel
Quetz has quit
moneydouble joined the channel
dlogs has quit
dlogs joined the channel
sohail has quit
moneydouble has quit
Laybunz joined the channel
z0ran joined the channel
natea has quit
natea joined the channel
koirikivi has quit
Bootvis has quit
belak
In the example, when you run c = Poll.choice_set.create(choice_text="something") does that save to the db right away or does it wait until you call .save on the Poll? If it doesn't wait, is there a way to use sessions?
i'm really confused about something... i've got a bunch of data tables / models ... and on my front end system, i want to essentially charge users to access certain information. (i.e. this object costs $100, and the user has $200 in their account)
since the information for sale across many models/tables, how do i assign prices? the logic involved confuses me
is using contenttypes framework the way to go? is there something better?
hotsyk has quit
willingc has quit
willingc_ joined the channel
honestly
m1chael: you can have model inheritance?
sohail has quit
m1chael
what if some of that information is being handled by 3rd party apps?