Overview

Installation

Using pip:

$ pip install django-crawfish

Basic Usage

Add crawfish to INSTALLED_APPS in your settings. Crawfish does not require installation in any particular order.

INSTALLED_APPS = [
    # Other apps
    "crawfish"
]