使用间隔重复算法,记住你的Django项目的项目。
资 源 简 介
Writing a flashcard application is almost a rite of passage for django users. You create a simple Card model, you create a quiz view and template and you call it a day. A simple application and not very useful.
Django-memorize adds a more advanced way of learning your flashcards (or whatever items you"d like) with the theory of spaced repetition. The SuperMemo 2 algorithm is currently used.
Installation
Download the latest version.
Extract and run python setup.py install.
Add memorize to INSTALLED_APPS list.
Run manage.py syncdb command.
Usage
Add an Item to Practice
Let"s assume you have a flashcard web app with a card model:
f 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
文 件 列 表
django-memorize-0.5
setup.py
PKG-INFO
memorize
django_memorize.egg-info
README
setup.cfg
COPYING
MANIFEST.in