Un-dim shell snippet in README

pull/2094/head
Tony Narlock 2016-01-06 06:51:53 -06:00
rodzic bd0ad843fb
commit f54e73adef
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/