File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ Installing and configuring
2020
2121Install pure-sasl from ``TracyWebTech/digestmd5 `` branch:
2222
23- .. code ::
23+ ::
2424
2525 pip install git+https://github.com/TracyWebTech/pure-sasl@digestmd5
2626
2727Install django-conversejs:
2828
29- .. code ::
29+ ::
3030
3131 pip install git+https://github.com/TracyWebTech/django-conversejs
3232
3333Add ``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
6161Load 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
7272Update database schema:
7373
74- .. code ::
74+ ::
7575
7676 python manage.py syncdb
7777 python manage.py migrate # optinal
You can’t perform that action at this time.
0 commit comments