django-sites-toolbar
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Django debug-toolbar panel for browsing available django.contrib.sites
===================
Sites Debug Toolbar
===================

The Sites Debug Toolbar is an add-on for Django Debug Toolbar for browsing
``django.contrib.sites`` monkey-patched by django-dynamicsites_. That app
comes with helpful article_ to begin with. It sets SITE_ID dynamically
according to domain.

Installation and configuration
==============================

#. Install and configure `Django Debug Toolbar `_.

#. Add the ``sites_toolbar`` app to your ``INSTALLED_APPS``.

#. Add the ``sites`` panel to ``DEBUG_TOOLBAR_PANELS``.

::

	DEBUG_TOOLBAR_PANELS = (
            ...
	    'sites_toolbar.panels.SitesDebugPanel',
	)

.. _django-dynamicsites: https://bitbucket.org/uysrc/django-dynamicsites/src
.. _article: http://blog.uysrc.com/2011/03/23/serving-multiple-sites-with-django/

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。