Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus committed Aug 1, 2017
1 parent 8d036f4 commit e7f9742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Expand Up @@ -25,5 +25,7 @@ Example sites and tests work under officially Django `supported versions <https:

* Django 1.8, 1.9, 1.10 and 1.11
* Python 2.7, 3.2, 3.4, 3.5, 3.6


Checkout the Docker image `danirus/django-comments-xtd-demo <https://hub.docker.com/r/danirus/django-comments-xtd-demo/>`_.

`Read The Docs <http://readthedocs.org/docs/django-comments-xtd/>`_ and enjoy it.
2 changes: 1 addition & 1 deletion docs/example.rst
Expand Up @@ -32,7 +32,7 @@ The recommended way to run the demo sites is in its own `virtualenv <http://www.
(venv)$ cd django-comments-xtd/
(venv)$ python setup.py install
(venv)$ npm install
(venv)$ webpack -p
(venv)$ node_modules/webpack/bin/webpack.js -p
(venv)$ cd django_comments_xtd
(venv)$ django-admin compilemessages -l fr
(venv)$ django-admin compilemessages -l es
Expand Down

0 comments on commit e7f9742

Please sign in to comment.