kopia lustrzana https://github.com/wagtail/wagtail
Moved 'for django developers' to new 'Pages' section
rodzic
20fe6f4e39
commit
0badd7f650
|
@ -7,5 +7,4 @@ Building your site
|
|||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
djangodevelopers
|
||||
frontenddevelopers
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Ładowanie…
Reference in New Issue