django-session-stashable 1.0

Django的会话stashable是Django模型混入,可以很容易地管理与当前会话相关对象的列表,主要用于实施延期注册的目的。开发者评论我写了一个更详细的演练可能会感兴趣:http://tartarus.org/james/diary/2009/07/24/implementing-deferred-registration-with-django。这是从代码中我写在http://devfort.com/.Requirements:Python...