sHagbArk
Results
1
issues of
sHagbArk
In [17]: from django.core.cache import cache In [18]: cache.sadd('test', 1, 2, 3) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () ----> 1 cache.sadd('test', 1, 2, 3) /usr/local/lib/python2.7/site-packages/django/core/cache/__init__.pyc in __getattr__(self,...