Merge pull request #2094 from tony/patch-1

Un-dim shell snippet in README
pull/2101/head
Karl Hobley 2016-01-08 14:30:29 +00:00
commit e45bf70618
1 zmienionych plików z 8 dodań i 7 usunięć

Wyświetl plik

@ -38,14 +38,15 @@ Find out more at `wagtail.io <http://wagtail.io/>`_.
Getting started
~~~~~~~~~~~~~~~
.. code-block::
pip install wagtail
wagtail start mysite
cd mysite
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
.. code-block:: sh
pip install wagtail
wagtail start mysite
cd mysite
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
then sign in at http://127.0.0.1:8000/admin/