s3k7i0n8: as I said before... if you want to retain state, use the session
bradfordtoney joined the channel
s3k7i0n8
hmmmm
FunkyBob
next time, explain the actual problem you want to solve FIRST, _then_ tell us what's wrong with your solution
s3k7i0n8
I'll keep that in mind thanks. For now this works pretty well, when I get Sessions down better, I'll come back and enhance this
dangayle
Funkybob: I'm trying to querydict.urlencode() straight from the input, no processing in between
s3k7i0n8
lol
shohyuken
FunkyBob: I am trying to convert the model to a key value pair and then convert to JSON, the serializer returns in a certain format and not recursively
bmac has quit
FunkyBob
shohyuken: whose serialiser tools are you using?
shohyuken
FunkyBob: Django's
magicflakes
hi guys. I need advice about an implementation that goes something like this. I have a combo box for translations, when a user change a translation I would go to a view to process that. But how can I redirect the user to the same page where they requested translation change? Or maybe jquery is better doing this?
jalopy
I took the poll app from the tutorial and made it an ajax call from the mysite main page. I have it working fine, as long as the javascript event handlers (like the Vote button click handler) are defined in the mysite app templates. When I try to place the javascript code in the poll template, I can't get it to render into the "ajax" window.
FunkyBob
shohyuken: you probably want to look at using a 3rd party one, like django-nap or Django REST Framework
shohyuken
FunkyBob: those are REST framework, which is different from what I want
santiissopasse has quit
FunkyBob
shohyuken: yes, but they both provide Serialiser classes that you can use independantly
believe me, I know
for instance, nap also provides a CSV exporter based on its Serialiser class
shohyuken
FunkyBob: I notice, django nap author :D
FunkyBob
:)
shohyuken
let me look through this, mind pointing me to the right url?
What would you, guys, recommend for continuous integration with Django? They used Jenkins at my previous job. Back then I didn't quite understand why one would need something like this (CI), but then I came to appreciate the concept. Anyway, Jenkins just doesn't feel (and look) good enough for me.
santiissopasse joined the channel
shohyuken
FunkyBob: is there a getting started guide? like how to actually use the serializer
FunkyBob i can't seem to figure out this traceback: http://dpaste.com/1530596/ i've googled and a few people suggested i need to define CELERY_IMPORTS, but I do have that defined as CELERY_IMPORTS = ("course_adder.tasks", )
santiissopasse has quit
flebel joined the channel
shohyuken
FunkyBob: out of curiosity, is there a way to know whether those associations have been loaded?
s3k7i0n8
postfix taking time to send out emails is that a VPS thing or the way postfix might be set up?