Skip to content

Commit

Permalink
Merge pull request #268 from bashu/patch-1
Browse files Browse the repository at this point in the history
better syntax highlighting
  • Loading branch information
Natim committed May 15, 2020
2 parents c458f87 + 07562d7 commit c923d0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -23,13 +23,13 @@ Quickstart

Install django-tinymce:

.. code-block::
.. code-block:: bash
$ pip install django-tinymce
Add tinymce to INSTALLED_APPS in settings.py for your project:

.. code-block::
.. code-block:: python
INSTALLED_APPS = (
...
Expand All @@ -38,7 +38,7 @@ Add tinymce to INSTALLED_APPS in settings.py for your project:
Add tinymce.urls to urls.py for your project:

.. code-block::
.. code-block:: python
urlpatterns = [
...
Expand All @@ -47,7 +47,7 @@ Add tinymce.urls to urls.py for your project:
In your code:

.. code-block::
.. code-block:: python
from django.db import models
from tinymce.models import HTMLField
Expand Down

0 comments on commit c923d0c

Please sign in to comment.