Add missing RST directive to README.

This commit is contained in:
Tyson Clugg 2015-06-14 05:01:51 +10:00
parent 9a2bd58a97
commit 00f1165807

View file

@ -57,6 +57,8 @@ If you'd like support for the Meteor Accounts package (ie: login/logout
with django.contrib.auth) consult the section on authentication below
and use the following line instead:
.. code:: python
# settings.py
...
INSTALLED_APPS = list(INSTALLED_APPS) + ['dddp', 'dddp.accounts']