Moved 'for django developers' to new 'Pages' section

pull/495/head
Karl Hobley 2014-07-22 13:41:18 +01:00
rodzic 20fe6f4e39
commit 0badd7f650
3 zmienionych plików z 3 dodań i 13 usunięć

Wyświetl plik

@ -7,5 +7,4 @@ Building your site
.. toctree::
:maxdepth: 3
djangodevelopers
frontenddevelopers

Wyświetl plik

@ -11,6 +11,7 @@ It supports Django 1.6.2+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4. Django 1.7 suppo
gettingstarted
settings
building_your_site/index
pages/index
editing_api
snippets
search/index

Wyświetl plik

@ -1,5 +1,5 @@
For Django developers
=====================
Pages
=====
.. contents:: Contents
:local:
@ -416,13 +416,3 @@ Django's built-in admin interface provides the way to map a "site" (hostname or
Access this by going to ``/django-admin/`` and then "Home Wagtailcore Sites." To try out a development site, add a single site with the hostname ``localhost`` at port ``8000`` and map it to one of the pieces of content you have created.
Wagtail's developers plan to move the site settings into the Wagtail admin interface.
.. _redirects:
Redirects
~~~~~~~~~
Wagtail provides a simple interface for creating arbitrary redirects to and from any URL.
.. image:: ../_static/images/screen_wagtail_redirects.png