alexsf's profile - activity

7 years ago received badge Famous Question (source)
8 years ago received badge Famous Question (source)
10 years ago asked a question redis cache only works on the first process

I have askbot running under uwsgi and multiple processes. When the first process starts, I get no warning about locmem and it seems redis is being used. After I click some pages, I do see the locmem warning showing up.

I do not have locmem in my config anymore, so I am wondering why it seems like the first process is using redis, and the rest are throwing this warning still.

10 years ago commented question "add comment" stopped working

I cannot seem to post an answer, maybe my karma is too low. This question has the answer, you probably have email alerts disabled. http://askbot.org/en/question/12100/comment-functionality-breaks-when-disabling-email-alerts/%3C/p (http://askbot.org/en/question/12100/comment-functionality-breaks-when-disabling-email-alerts/</p<>>)

10 years ago commented answer Comment functionality breaks when disabling email alerts

This fixed it for me too

10 years ago asked a question extra.css ignored

I have placed an extra.css file here in the default theme: static/default/media/style/extra.css

It does not seem to get detected.

I can add a custom header entry to load the css file, which works. But then I have a problem where the custom header entry is only loaded on some page requests. If I continually refresh the same page, some page loads will have the custom header entry, some won't. I have tried this on multiple browsers.

Does anyone know why extra.css might be ignored? If not, how about the inconsistent behavior on custom header?

Thanks!

10 years ago commented answer ValueError: The database backend does not accept 0 as a value for AutoField.

This worked for me