mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-05 14:14:48 +00:00
Add missing RST directive to README.
This commit is contained in:
parent
9a2bd58a97
commit
00f1165807
1 changed files with 2 additions and 0 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in a new issue