I don't think I'm correctly setting up the celery.py file
dblado joined the channel
Debnet
keitsuron: This configuration seems to work fine.
keitsuron
Okay... that may have been the problem... I had a app = Celery... configuration that was just left for dead
coderman2 joined the channel
My guess is that djcelery was not actually reading the changes in my settings
Debnet
keitsuron: You have to declare djcelery in your settings.py and configure celery itself in celery.py./
keitsuron
Ahhh
Debnet: How do you handle different env?
If I'm configuring everything in celery.py, I can't leverage the different settings in my different envs, like staging, prod, etc
I guess I could create different celery.py files
Debnet
keitsuron: Maybe having a celery-prod.py and celery-dev.py could be a quick solution?
keitsuron
Yeah
Debnet
I'm not enough documented about separation of environments.
I will have to to this very soon on my own project.
If you have interesting articles about it... :D
keitsuron
Ha
I'll see if my setup works and get back to y
ya
NomadJim has quit
shredding has quit
Debnet
:]
keitsuron: In prime, I offer you a little monkey patch in my celery.py in order to make work the chain of groups.
This bug will be solved in Celery 3.3.2 if you listen asksol. :p
dblado has quit
mgrouchy joined the channel
siqi_ joined the channel
siqi has quit
eraldo joined the channel
mribeirodantas has quit
eraldo has quit
melhiors has quit
vywern has quit
aagaard has quit
ksa has quit
NomadJim joined the channel
zacdev joined the channel
SmileyChris joined the channel
eraldo joined the channel
eraldo has quit
eraldo joined the channel
djapo
keitsuron: celery's new django support allows you to have one celery.py and read the settings from settings.py scope, which means that you can use an enviorment variable to conditionally import diffrent settings for celery
knownasilya joined the channel
keitsuron
djapo: I guess I was confused, since in the example, it's not passing the settings import, but instead a settings string, like 'proj.settings'
codeitloadit has quit
amittbhardwj has quit
eraldo has quit
juanriaza has quit
ksa joined the channel
Tjati has quit
siqi joined the channel
jaitaiwan joined the channel
breno has quit
scott_w has quit
siqi_ has quit
scott_w joined the channel
jaitaiwan has quit
HowardwLo_ joined the channel
faldridge joined the channel
HowardwLo has quit
HowardwLo_ is now known as HowardwLo
ramsub07 has quit
mstrcnvs joined the channel
scott_w has quit
bradfordtoney has quit
HowardwLo has quit
aarose joined the channel
timfernando has quit
nedbat has quit
timfernando joined the channel
HowardwLo joined the channel
natea joined the channel
matason has quit
aarose has quit
anthony25 has quit
windyhouser joined the channel
NomadJim has quit
timfernando has quit
NomadJim joined the channel
micah_chatt has quit
anthony25 joined the channel
neataroni joined the channel
nedbat joined the channel
Itkovian joined the channel
HowardwLo has quit
nedbat has quit
faldridge has quit
dAnjou has left the channel
HowardwLo joined the channel
emperorcezar joined the channel
breno joined the channel
siqi has quit
HowardwLo_ joined the channel
HowardwLo has quit
HowardwLo_ is now known as HowardwLo
nedbat joined the channel
atula joined the channel
neutralizer has quit
atula has quit
eraldo joined the channel
timfernando joined the channel
keitsuron has quit
koell joined the channel
anthonydb joined the channel
timfernando has quit
eraldo has quit
elyezer joined the channel
jaitaiwan joined the channel
keitsuron joined the channel
xsamurai joined the channel
maryokhin has quit
EvilDMP has quit
jenia` joined the channel
jenia`
hello
i read the tutorial about csrf protect
what i dont understrand is how do I set the cookie in the first place?