Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 487 Bytes

installation.rst

File metadata and controls

25 lines (16 loc) · 487 Bytes

Installation

Requirements

  • Django 1.2 or higher
  • Python 2.5 or a higher release of Python 2.x or PyPy 1.5, Python 3.x is not supported (yet).

Installation

Install django-nani using pip by running pip install django-nani. Then add 'nani' to your INSTALLED_APPS to make the admin templates work.