am i allowed to use a custom tag like this? <a href="1.jpg"><img src="{% mthumb image.original %}" alt="image02"></a>
davesque has quit
saint-ron joined the channel
FunkyBob
true_techie: if you like
robvdl joined the channel
true_techie
FunkyBob , would this also work? {{ mthumb image.original }}
FunkyBob
no
but if you defined a filter, it could be {{ image.original|mthumb }}
whihc, iirc, easy-thumbnails provides
MrBaboon has quit
NomadJim joined the channel
rmwdeveloper has quit
maryokhin has quit
bkuberek joined the channel
eVRiAL joined the channel
eVRiAL has quit
lorddaedra joined the channel
veb joined the channel
bwreilly has quit
underthehill joined the channel
bwreilly joined the channel
lorddaedra has quit
mribeirodantas joined the channel
sonthonax has quit
keimlink_ has quit
underthehill has quit
codeitloadit has quit
underthehill joined the channel
deltaskelta joined the channel
snurfery has quit
natea joined the channel
audioburn
how do I syncdb without applying migrations? I keep getting "need more than 0 vlues to unpack"
Laybunz joined the channel
deltaskelta
I don't believe you can, *** i'm no expert
garrypolley has quit
Frosh joined the channel
does anyone know if I can pass a url through two url controllers but still use all the url variables on view end? ... https://dpaste.de/hZy1
garrypolley joined the channel
elyezer joined the channel
basti-mbp joined the channel
GabLeRoux has quit
Manca joined the channel
dustinfarris has quit
basti-mbp has quit
mribeirodantas
Do you know when you're filling a form and there is a button you click to show up a new field to add more information? Is there a way to do that in the Admin Site of Django?
Like as if you were providing things you like and there are three fields. I could click somewhere to open more fields so that I can choose as many things as I want
you can*
Squeatus joined the channel
wow, just found out django suit does that.
trustyhank has quit
Manca has quit
garrypolley has quit
robvdl has quit
mossplix_ has quit
underthehill has quit
cnk has quit
__main__ has quit
FunkyBob
mribeirodantas: how is that different to "inlines"?
NomadJim has quit
eka has quit
gabrielo has quit
eka joined the channel
true_techie has quit
gabrielo joined the channel
eka has quit
telex joined the channel
heyts joined the channel
daniel3-laptop joined the channel
kanja joined the channel
__main__ joined the channel
heyts
Hi, Does anyone know if it is possible to have a django admin list display editable? I want to do simple key/values so no need for a standalone form. Should I override form.ModelForm for this view? Anyone has any idea?
FunkyBob
list_editable
it's right there in the docs
heyts
wow, I'm sorry I thought I checked everywhere and couldn't find. That's awesome, thanks