Installation

  1. Either check out Manifesto from GitHub or pull a release off PyPI

    pip install manifesto
  2. Add ‘compress’ to your INSTALLED_APPS

    INSTALLED_APPS = (
        'manifesto',
    )
    

Project Versions

Previous topic

Introduction

Next topic

Configuration

This Page