Skip to content

Commit f89ad5e

Browse files
committed
Updating README
1 parent 5cae4c1 commit f89ad5e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ Installing and configuring
2020

2121
Install pure-sasl from ``TracyWebTech/digestmd5`` branch:
2222

23-
.. code::
23+
::
2424

2525
pip install git+https://github.com/TracyWebTech/pure-sasl@digestmd5
2626

2727
Install django-conversejs:
2828

29-
.. code::
29+
::
3030

3131
pip install git+https://github.com/TracyWebTech/django-conversejs
3232

3333
Add ``conversejs`` to installed apps in your settings.py:
3434

35-
.. code:: python
35+
.. code-block:: python
3636
3737
INSTALLED_APPS = {
3838
...
@@ -42,13 +42,13 @@ Add ``conversejs`` to installed apps in your settings.py:
4242
4343
Configure the BOSH service URL in your settings.py:
4444

45-
.. code:: python
45+
.. code-block:: python
4646
4747
CONVERSEJS_BOSH_SERVICE_URL = 'https://my-bosh-service.com'
4848
4949
Load the static files in your templates using django-conversejs custom tags:
5050

51-
.. code:: html+django
51+
.. code-block:: html+django
5252

5353
{% load conversejs %}
5454
...
@@ -60,7 +60,7 @@ Load the static files in your templates using django-conversejs custom tags:
6060

6161
Load the chat panel and the Javascript initilizalizer also using our custom tags:
6262

63-
.. code:: html+django
63+
.. code-block:: html+django
6464

6565
{% load conversejs %}
6666
...
@@ -71,7 +71,7 @@ Load the chat panel and the Javascript initilizalizer also using our custom tags
7171

7272
Update database schema:
7373

74-
.. code::
74+
::
7575

7676
python manage.py syncdb
7777
python manage.py migrate # optinal

0 commit comments

Comments
 (0)