is there have good example or tutorial for classView with formMixin?
milardovich has quit
redir has quit
thiras has quit
BernhardPosselt joined the channel
BernhardPosselt
any idea why LiveServerTestCase tests time out sometimes?
ticketbot has quit
looks like the dev server just freezes
ticketbot joined the channel
thiras joined the channel
cool_dude has quit
eperzhand joined the channel
doismellburning
BernhardPosselt: never had that problem myself; I'd suggest trying to generate a reproducible test case...
BernhardPosselt
doismellburning: it works most of the time
sometimes various tests just time out
if you view them in your browser it seems that http requests just time out
parts of the page are not rendered
or ajax requests seem to fail
jalalsfs_ joined the channel
redir joined the channel
jalalsfs__ has quit
geekodour08 has quit
djapo joined the channel
jessamynsmith has quit
shern720 joined the channel
shern720
hi everyone im new here. cheers guys
Gueeros joined the channel
finster
welcome shern720
shern720
Good day, I can't seem to login to my admin panel using my custom Abstract User Base class. Help is very much appreciated. Thanks in advance. https://dpaste.de/fZkj
knbk: ok...hadn't seen that before and was outside my env so it was python2 trying to call it
redir has quit
kingarmadillo has quit
Cavedude joined the channel
jalspons joined the channel
Haudegen has quit
Bin4ry joined the channel
Cavedude joined the channel
eperzhand has quit
milardovich joined the channel
redir joined the channel
jongar joined the channel
milardovich has quit
jongar
How do I get the current UTC day number in Django?
Luyt has quit
jalspons has quit
Bin4ry
shern720: Can I look into ur .managers?
Gromboli joined the channel
jerojasro joined the channel
kingarmadillo joined the channel
cuci joined the channel
xliiv joined the channel
kingarmadillo has quit
cuci
hi folks! I'm trying to make an app with users as patients or as caretakers for patients. And I want de registration process for caretakers to be only as an invite from a registred patient
do you have a tutorial I could follow ?
redir joined the channel
or tips on what should I google ?
fikka
cuci: django-invoite is a packgae I recall
Cavedude joined the channel
django-invitations sorry
cuci
fikka: thanks! Is it really that complicated that I need a pkg for it ?
fikka
cuci: better to have a packlage and a few lines of code, instead of handling all the edge cases etc that you'll encounter on the way if you implement it yourself
cuci
ah ok thanks!
Cavedude joined the channel
Cavedude joined the channel
wreed joined the channel
jessamynsmith joined the channel
JuanDaugherty has quit
xliiv joined the channel
ironfroggy joined the channel
shern720
I found out if I createsuperuser with string username it will work e.g 'username', but number as username wouldnt work
magnusgraviti joined the channel
kingarmadillo joined the channel
backnforth has quit
jessamynsmith has quit
adsworth has quit
wreed has quit
wreed joined the channel
Hotpot33 joined the channel
PtxDK has quit
PtxDK_ joined the channel
wreed has quit
jadajada joined the channel
listenmore has quit
greg_f joined the channel
eperzhand joined the channel
fikka has quit
fikka joined the channel
adsworth joined the channel
mac-
I have html table which content is taken from database but one of columns must be calculated and I used template to calculate it
but if it is possible to send 1-item.discount to multiply3 without modify of multiply3 ?
milardovich joined the channel
detseg joined the channel
sunil_bansal joined the channel
greg_f joined the channel
cebor has quit
cebor joined the channel
magnusgraviti has quit
Combined2857 has quit
sunil_bansal has quit
basix joined the channel
Xaldafax_ joined the channel
Xaldafax has quit
lavalamp has quit
jerojasro has quit
redir joined the channel
kingarmadillo joined the channel
jessamynsmith joined the channel
jerojasro joined the channel
bkxd joined the channel
bkxd has quit
bkxd joined the channel
bkxd has quit
jessamynsmith has quit
jerojasro has quit
redir has quit
lolidunno joined the channel
xeno_ joined the channel
xeno_
hi, how do I print the content of a response in a unit test? pycharm expands response.body for me, but when I run it I just get "body: no such attribute" or something
nkuttler
r.content iirc
see also dir(whatevervar)
redir joined the channel
mac-
I have html table which content is taken from database but one of columns must be calculated and I used template to calculate it, https://dpaste.de/Jj1v, and I wish to do 1-item.discount inside multiply3 but if it is possible to send 1-item.discount to multiply3 without modify of multiply3 ?
gugah joined the channel
milardovich has quit
Valduare
gah
django.core.exceptions.ImproperlyConfigured: Could not resolve URL for hyperlinked relationship using view name "device-detail". You may have failed to include the related model in your API, or incorrectly configured the `lookup_field` attribute on this field.
keep getting stuff like this cause i dont know what im doing :P