(How) Can you access the 'request' from within the form_valid method of django.views.generic.edit.FormView?
jab3z has quit
elyezer joined the channel
(I need to build a full uri within form_valid ... in an FBV I can do request.build_absolute_uri() )
Ah, nm, found it
GreenAsJade has quit
elyezer has quit
EyePulp has quit
softinio joined the channel
softinio has quit
atula joined the channel
coot has quit
bnmalcabis has quit
habout632_ joined the channel
habout632_
any body there?
Goopyo joined the channel
habout632_ has quit
mribeirodantas joined the channel
basti-mbp joined the channel
zerick joined the channel
basti-mbp has quit
tiktuk has quit
dyl joined the channel
exaroth joined the channel
Goopyo has quit
codeme joined the channel
silverfix has quit
SoftwareMaven joined the channel
cardboard joined the channel
exaroth has quit
andrew9184 has quit
FunkyBob
grw_: self.request as with any CBV
xupisco has quit
nlh joined the channel
nlh
you about FunkyBob ?
rcanepa joined the channel
Debnet has quit
SoftwareMaven has quit
cunrad44 joined the channel
cunrad44 has left the channel
bassface joined the channel
softinio joined the channel
FunkyBob
nlh:
what's up?
nlh
hello :)
i remember talking to you about behave - can I pick your brain about it?
FunkyBob
we're just making another big push at it at CC, in fact
Goopyo joined the channel
nlh
I haven't actually started writing any code yet, just my feature files, but they seem really repetitive
FunkyBob
yep
nlh
do you have any advice for 'best practices'?
oh, is that ok?
FunkyBob
Tyson gave a talk about this recently, and videod it, too
there are ways to deal with repetitive
parameterising rules, and nesting them
hyperair has quit
s/rules/steps/
nlh
do you have the link to the video by any chance?
softinio has quit
FunkyBob
brenton has a copy.. don't know if it's online somewhere :/
[you should turn up more often to MelbDjango :)]
saint-ron joined the channel
nlh
ok, I'll annoy him on Monday to ask for it :) And yes - I should :D
amizya joined the channel
FunkyBob
we're hoping to scrape off our current front end, reimplement clealy, and build tests along the way
which is helped by our new design/architecture being inherently testable
bassface has quit
mribeirodantas has quit
anth0ny joined the channel
snurfery has quit
xcesariox has quit
anth0ny has quit
keimlink_ has quit
mstrcnvs has quit
saint-ron has quit
mstrcnvs joined the channel
rcanepa
Hi !... anyone can give me a hand with an application that I am trying to build?... in a few words, is a SPA with AngularJS and Django/DRF as the backend
eVRiAL has quit
I am having troubles to serve the main html with some static content like javascript and css files
Also, I have to say that it is my first time trying to integrate Angular and Django
FunkyBob
what have you done so far to serve it?
rcanepa
I configured an url entry to serve the mail html file through a TemplateView