Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 616 Bytes

installation.rst

File metadata and controls

25 lines (15 loc) · 616 Bytes

Installation

This application requires Django 1.7 or higher and it is the only prerequisite before django-guardian may be used.

In order to install django-guardian simply use pip:

pip install django-guardian

or easy_install:

easy_install django-guardian

This would be enough to run django-guardian. However, in order to run tests or boundled example application, there are some other requirements. See more details about the topics:

  • Testing <testing>
  • Example project <example-project>