attempting to learn all the things at once usually is not
Knyght
quite
tempp joined the channel
jaddison has quit
geetar has quit
tbaxter
One of these days, I really really want to have a good use for DRF myself.
That's not being facetious. I want to use it, I've just never had a good reason to.
Knyght
I use it all the time these days, I kind of wish for the simpler days
maryokhin has quit
isj has quit
now I'm just constantly writing API for js frontends or mobile apps to consume, it's boring
marc_v92 has quit
tbaxter
Knyght: Yeah, i've never had a project myself where an API for the frontend or mobile made any sense.
(just my experience, mind you)
Knyght
I kind of hope GraphQL becomes a thing so I stop having to writeAPIs for js apps
mohabaks
thanks guys for your suggestions they make sense :)
mikes000
Build a mobile app!
T0rch has quit
maryokhin joined the channel
tempp has quit
maryokhin has left the channel
tbaxter
mikes000: I've always just built responsive sites.
mikes000
Ah yea, if your not doing anything that has alot of endpoints it can be a little overkill, its just too easy to return json from your views
orbitalz has quit
yoongkang joined the channel
iraj joined the channel
staticshock joined the channel
sjk
Is it possible to create an array in a template and loop through it? I'd like to do something like (pseudo): for link in ['Link 1', 'Link 2']: <a href='{% url 'something' link|slugify %}'>link</a>
choosegoose
for ManyToManyField, if myobj.things doesn't contain otherobj, will myobj.things.remove(otherobj) just do nothing?
vyscond joined the channel
staticshock__ has quit
I can just validate actually
phillaf has left the channel
phillaf joined the channel
in fact I already wrote validation and forgot
yoongkang has quit
choosegoose has quit
ubuntu_aze has quit
amcorreia joined the channel
kyheo joined the channel
citizen-stig joined the channel
kyheo joined the channel
solidvance has quit
kyheo joined the channel
giarc joined the channel
mmalone joined the channel
Nightwalkerkg joined the channel
chrisdrackett joined the channel
iamkhush joined the channel
mmalone joined the channel
SpeakerToMeat has quit
djapo has quit
Xard has quit
dump has quit
darkoran has quit
kyheo joined the channel
TDJACR joined the channel
Itkovian has quit
Itkovian joined the channel
pulgalipe joined the channel
subho joined the channel
silverfix has quit
phood joined the channel
rpkilby has quit
canton has quit
petersaints has quit
vyscond has quit
XofP has quit
jaddison joined the channel
bmac has quit
wub_wub has quit
krawchyk has quit
noregret has quit
sayan has quit
jtri joined the channel
jtri
just out of curiosity, is Mymodel.objects.create() the same as Mymodel.objects.create_mymodel() ?
FunkyBob
no
one exists, the other is create_mymodel
micah_chatt has quit
T0rch joined the channel
jefeson has quit
jtri
FunkyBob: don't get it
fission6 has quit
i just see it used both ways, and i think i usually use create() by itself
but see in doc mention of the other
Itkovian joined the channel
mohabaks has quit
sayan joined the channel
djapo joined the channel
dheerajchand has quit
C1ph3r4 joined the channel
bwreilly has quit
whaack joined the channel
CandyApples has quit
Coldblackice joined the channel
whaack has quit
mmalone joined the channel
TraceEv has quit
djapo has quit
jaddison has quit
tempuser has quit
bnprk has quit
odigem joined the channel
dcrouch has quit
mlavin has quit
Nightwalkerkg has quit
geetar joined the channel
iGeni
can i place the django/contrib/auth/forms.py in my own project? thats gona be contrib/...... right
tbaxter has quit
autrilla has quit
mattmcc
iGeni: It'd probably make more sense to subclass whichever form you want to modify.