<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    Sealyu

    --- 博客已遷移至: http://www.sealyu.com/blog

      BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
      618 隨筆 :: 87 文章 :: 225 評論 :: 0 Trackbacks

    The flatpages app

    Django comes with an optional “flatpages” application. It lets you store simple “flat” HTML content in a database and handles the management for you via Django’s admin interface and a Python API.

    A flatpage is a simple object with a URL, title and content. Use it for one-off, special-case pages, such as “About” or “Privacy Policy” pages, that you want to store in a database but for which you don’t want to develop a custom Django application.

    A flatpage can use a custom template or a default, systemwide flatpage template. It can be associated with one, or multiple, sites.

    New in Django 1.0: Please, see the release notes

    The content field may optionally be left blank if you prefer to put your content in a custom template.

    Here are some examples of flatpages on Django-powered sites:

    Installation

    To install the flatpages app, follow these steps:

    1. Install the sites framework by adding 'django.contrib.sites' to your INSTALLED_APPS setting, if it’s not already in there.

      Also make sure you’ve correctly set SITE_ID to the ID of the site the settings file represents. This will usually be 1 (i.e. SITE_ID = 1, but if you’re not using the sites framework to manage multiple sites, it could be the ID of a different site.

    2. Add 'django.contrib.flatpages' to your INSTALLED_APPS setting.

    3. Add 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware' to your MIDDLEWARE_CLASSES setting.

    4. Run the command manage.py syncdb.

    How it works

    manage.py syncdb creates two tables in your database: django_flatpage and django_flatpage_sites. django_flatpage is a simple lookup table that simply maps a URL to a title and bunch of text content. django_flatpage_sites associates a flatpage with a site.

    The FlatpageFallbackMiddleware does all of the work. Each time any Django application raises a 404 error, this middleware checks the flatpages database for the requested URL as a last resort. Specifically, it checks for a flatpage with the given URL with a site ID that corresponds to the SITE_ID setting.

    If it finds a match, it follows this algorithm:

    • If the flatpage has a custom template, it loads that template. Otherwise, it loads the template flatpages/default.html.
    • It passes that template a single context variable, flatpage, which is the flatpage object. It uses RequestContext in rendering the template.

    If it doesn’t find a match, the request continues to be processed as usual.

    The middleware only gets activated for 404s – not for 500s or responses of any other status code.

    Note that the order of MIDDLEWARE_CLASSES matters. Generally, you can put FlatpageFallbackMiddleware at the end of the list, because it’s a last resort.

    For more on middleware, read the middleware docs.

    Ensure that your 404 template works

    Note that the FlatpageFallbackMiddleware only steps in once another view has successfully produced a 404 response. If another view or middleware class attempts to produce a 404 but ends up raising an exception instead (such as a TemplateDoesNotExist exception if your site does not have an appropriate template to use for HTTP 404 responses), the response will become an HTTP 500 (“Internal Server Error”) and the FlatpageFallbackMiddleware will not attempt to serve a flat page.

    How to add, change and delete flatpages

    Via the admin interface

    If you’ve activated the automatic Django admin interface, you should see a “Flatpages” section on the admin index page. Edit flatpages as you edit any other object in the system.

    Via the Python API

    class models.FlatPage
    Flatpages are represented by a standard Django model, which lives in django/contrib/flatpages/models.py. You can access flatpage objects via the Django database API.

    Flatpage templates

    By default, flatpages are rendered via the template flatpages/default.html, but you can override that for a particular flatpage.

    Creating the flatpages/default.html template is your responsibility; in your template directory, just create a flatpages directory containing a file default.html.

    Flatpage templates are passed a single context variable, flatpage, which is the flatpage object.

    Here’s a sample flatpages/default.html template:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
    "http://www.w3.org/TR/REC-html40/loose.dtd">
    <html>
    <head>
    <title>{{ flatpage.title }}</title>
    </head>
    <body>
    {{ flatpage.content }}
    </body>
    </html>

    Since you're already entering raw HTML into the admin page for a flatpage, both flatpage.title and flatpage.content are marked as not requiring automatic HTML escaping in the template.

    posted on 2009-07-28 20:28 seal 閱讀(357) 評論(0)  編輯  收藏 所屬分類: Python
    主站蜘蛛池模板: 国产精品亚洲lv粉色| 亚洲国产日产无码精品| 亚洲AV无码AV日韩AV网站| 成人免费无遮挡无码黄漫视频| 亚洲专区中文字幕| 丁香花在线观看免费观看| 亚洲1234区乱码| 天天看片天天爽_免费播放| 亚洲大码熟女在线观看| 午夜小视频免费观看| 国产人成免费视频网站| 亚洲人妖女同在线播放| 国产精品无码一区二区三区免费| 亚洲AV成人无码网站| 亚洲精品国产高清不卡在线| 成人免费777777被爆出| 亚洲男人天堂av| 久久久久久久91精品免费观看| 亚洲精品一二三区| 免费日本黄色网址| 成人久久免费网站| 国产91在线免费| h视频在线免费观看| 亚洲韩国—中文字幕| 亚洲天堂免费在线| 国产成人精品亚洲| 亚洲av午夜福利精品一区人妖| xx视频在线永久免费观看| 亚洲av无码一区二区三区天堂| 久久乐国产精品亚洲综合| 久久午夜免费鲁丝片| 久久亚洲国产成人影院| 亚洲日韩涩涩成人午夜私人影院| 精品国产一区二区三区免费| wwwxxx亚洲| 中文字幕第一页亚洲| 足恋玩丝袜脚视频免费网站| 日本亚洲欧美色视频在线播放 | 久久国产精品萌白酱免费| 亚洲a级片在线观看| 国产性爱在线观看亚洲黄色一级片|