Hi. I am about to implement an option to MySQL backend allowing to manually disable savepoints. In which branch should it be based on?
hylje
git master prob
Lokefar joined the channel
i think the channel where core devs hang out and do django things is #django-dev
alanjds
ok
iogf joined the channel
tkz. Will ping there
bayman joined the channel
keimlink joined the channel
bayman
how do i rotate my uwsgi log to 1 file a day and delete logs exceeding 60 days?
mmxx_th has quit
Lokefar
Hi. I am getting the error "RemovedInDjango110Warning: Reversing by dotted path is deprecated (django.contrib.auth.views.login). But can't seem to find the fix. Parts of the code: https://dpaste.de/zFx9
madboxs joined the channel
hylje
you have to reverse named urls (give urls names with the name= argument)
dispatch3d joined the channel
dispatch3d
I want a quick way to host a django site, can someone point me somewhere?
hylje
heroku is pretty quick
or pythonanywhere i guess
Itkovian has quit
Seaninho has quit
badet0s joined the channel
jscatala joined the channel
Lokefar
@hylje: Found it. Thanks :)
jscatala
Hey guys, simple question that rise due https://code.djangoproject.com/ticket/25473, so now for the url pattern name, we have to use '-' instead of the classic '_' ?? thanks
hylje
you don't have to, but the documentation suggests to use dashes across the board
jscatala
hylje: that´s my question, becouse time back used to say '_' if i dont bad recall
madboxs joined the channel
hylje
yes, and that ticket and associated PR fixes that up
but _ are still not illegal characters in url names
jscatala
hylje: thanks! :)
amish
Does anyone have any good documentation or code, which integrates local/social login into the Django Rest Framework?
hutch34 has quit
Its pretty confusing how it all hangs together
madboxs has quit
tulioz joined the channel
slav0nic has quit
dispatch3d
hylje using pythonanywhere thanks
surfnturf_ joined the channel
surfnturf_
is there an easy way to find unused templates in my project?
hylje
nothing built in
madboxs joined the channel
moldy
not really, but grep can go a long way
detseg has quit
ruid has quit
flobin
so... I have an Article model and a Like model that stores whether a user liked an Article, and I have a really simple class based DetailView for the article page
now I want to have a little heart (or something) for people to click so they can like the model... how would I go about adding extra context data so I can set the color of the heart in css?
oh I guess I can't get the object instance this way
andykay_ has quit
dro32 has quit
badet0s has quit
andykay joined the channel
Seaninho joined the channel
matsaman has quit
Tomatosoup- has quit
basically I'm asking: how do you get the model instance in a DetailView?
matsaman joined the channel
gooby joined the channel
dang`r`us
flobin, self.object
madboxs joined the channel
flobin
ah sweet, thanks dang`r`us
JoeTann joined the channel
alanjds has quit
Nizumzen has quit
c17r_ has quit
jessamynsmith joined the channel
ironfroggy has quit
ironfroggy joined the channel
bayman has quit
m8 joined the channel
jessamynsmith has quit
madboxs joined the channel
jscatala has quit
Leeds joined the channel
thinkt4nk has quit
madboxs has quit
romich joined the channel
romich has quit
romich joined the channel
gooby is now known as gooby_away
romich has quit
romich joined the channel
kbck joined the channel
romich has quit
romich joined the channel
romich has quit
madboxs joined the channel
romich joined the channel
romich has quit
romich joined the channel
fission6 has quit
romich has quit
romich joined the channel
techquila joined the channel
romich has quit
romich joined the channel
felixx has quit
romich has quit
madboxs has quit
techquila
greetings all. wetting my feet with python, and the django framework. Trying to get through the tutorial and got to the testing bit but experiencing this: http://paste.debian.net/905435/ anyone able to help?
danifus joined the channel
flobin has quit
flobin joined the channel
flobin has quit
moritz_s has quit
madboxs joined the channel
keimlink has quit
KaliLinuxGR joined the channel
mastizada joined the channel
pyface joined the channel
joshuajonah has quit
nevermind.. i didnt instantiate shell from within project.