Skip to content

Commit

Permalink
Fixing typos on the rst format because I am too n00b on this to achie…
Browse files Browse the repository at this point in the history
…ve it on the first attemp
  • Loading branch information
sebastian-code committed Nov 12, 2016
1 parent 5b32023 commit d2ccffe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@ Installation
Django-QA aims at keeping things simple. To install it you have to do what you would do with most django apps.

Install with pip:
.. code-block:: bash
.. code-block::
pip install django-qa
Add to INSTALLED_APPS in your project settings.
.. code-block:: python
.. code-block::
INSTALLED_APPS = (
...
qa,
...
)
Add the package urls to the project:
.. code-block:: python
.. code-block::
urlpatterns = [
...,
url(r'^', include('qa.urls')),
...
]
Run migrations:
.. code-block:: bash
.. code-block::
python manage.py migrate
And that's it!

0 comments on commit d2ccffe

Please sign in to comment.