First time here? Check out the FAQ!

laike9m's profile - activity

2016-11-24 21:13:06 -0500 received badge Famous Question (source)
2016-11-24 21:13:06 -0500 received badge Notable Question (source)
2016-11-24 21:13:06 -0500 received badge Popular Question (source)
2016-03-08 09:01:08 -0500 received badge Student (source)
2016-03-08 09:00:02 -0500 received badge Notable Question (source)
2015-09-23 01:56:44 -0500 commented answer Memcached best practice

Cool. What about the other question?@Evgeny

2015-09-23 01:31:15 -0500 commented answer Memcached best practice

Thx @Evgeny. Here's my understanding: 1. setting `CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True` makes anonymous see different page(cached for longer) from logged in user; 2. askbot implements a hook to refresh cache when some user post an answer/question. Are they correct? But still, I'm not sure how to use memcached for askbot, should I use per-site cache, per-view cache or template fragment caching(I'm customizing askbot)?

2015-09-23 00:24:56 -0500 commented answer Memcached best practice

@Evgeny You said "Askbot actively invalidates cache when necessary, so there is no need to rely on the expiration.". Is there any documentation on this?

2015-09-23 00:11:14 -0500 received badge Enthusiast
2015-09-20 16:06:41 -0500 received badge Notable Question (source)
2015-09-14 04:17:16 -0500 received badge Famous Question (source)
2015-09-14 04:17:16 -0500 received badge Popular Question (source)
2015-09-11 04:06:16 -0500 asked a question Memcached best practice

I want to use Memcached as cache backend, but I'm afraid it will lead to users not being able to see their question&answer immediately. How to solve this problem? Is there any best practice when using Memcached with askbot? Thank you.

2015-08-07 11:36:20 -0500 received badge Teacher ( source )
2015-08-07 09:02:03 -0500 received badge Famous Question (source)
2015-08-07 09:02:03 -0500 received badge Popular Question (source)
2015-07-28 07:55:09 -0500 commented answer virtualenv uwsgi Nginx

Mee too, and what's the problem you met?

2015-07-27 22:37:58 -0500 answered a question virtualenv uwsgi Nginx

I use nginx+uwsgi to deploy askbot. There's nothing different from deploying other django project.

2015-07-27 10:39:18 -0500 asked a question Where's the django.mo file that's been used?

I removed the locale folder in site-packages/site-packages/askbot/, but strangely, all translation still applied.

So which django.mo does askbot use for translation exactly?

2015-06-16 06:44:12 -0500 received badge Editor (source)
2015-06-16 06:38:05 -0500 asked a question Is it possible to use mongodb as backend storage engine?

We have some data stored in mongodb, but it seems askbot only supports MySQL and PostgreSQL. Thank you!