mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Merge pull request #2094 from tony/patch-1
Un-dim shell snippet in README
This commit is contained in:
commit
e45bf70618
1 changed files with 8 additions and 7 deletions
15
README.rst
15
README.rst
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue