发布时间:2022-08-09 文章分类:编程知识 投稿人:赵颖 字号: 默认 | | 超大 打印

Quick start guide¶

Before installing django-admin-tools, you’ll need to have a copy of Django already installed. For the 0.4 release, Django 1.1 or newer is required.

Installing django-admin-tools¶

django-admin-tools requires Django version 1.1 or superior, optionally, if you want to display feed modules, you’ll also need the Universal Feed Parser module.

There are several ways to install django-admin-tools, this is explained in the installation section.

For the impatient, the easiest method is to install django-admin-tools via easy_install or pip.

Using easy_install, type:

easy_install -Z django-admin-tools