Closed ecnmst closed 10 years ago
nvm, I'm doing it now
fixed
I thought that was the case but I checked models.py and it was indeed below the ().save(args...) and then I was confused. I must have been looking at the wrong models.py
I already fixed it that's why :p
On Mon, Sep 8, 2014 at 3:11 PM, Daniel Hasegan notifications@github.com wrote:
I thought that was the case but I checked models.py and it was indeed below the ().save(args...) and then I was confused. I must have been looking at the wrong models.py
— Reply to this email directly or view it on GitHub https://github.com/dhasegan/connect.academy/issues/156#issuecomment-54814753 .
I dont know man, im sure ive seen some other code... shit is weird
*sent at 4:20 lol
oops my bad. I can fix it today. If daniel is online he can do it too in 5 min. The problem is that I'm creating the ForumPostActivity before the forum post exists in the db (because it's in the block "if not self.id:") so it should move below, after the ForumPost is saved.
Same for ForumAnswer
On Mon, Sep 8, 2014 at 1:32 PM, Arjaldo KARAJ notifications@github.com wrote: