From: Tom Walker Date: Sun, 27 Jul 2014 15:46:09 +0000 (+0100) Subject: small update to readme X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=52e3a514fe7c19625ad226094d340fc95f350d39;p=django_quiz.git small update to readme --- diff --git a/README.md b/README.md index 45e131b..865bc9e 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Add `'quiz', 'multichoice', 'true_false',` to your `INSTALLED_APPS` setting. 'quiz', 'multichoice', 'true_false', + 'essay', ... )