Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Latest commit

 

History

History
48 lines (30 loc) · 1019 Bytes

installation.rst

File metadata and controls

48 lines (30 loc) · 1019 Bytes

Installation

Installing packages

Then run either:

pip install aldryn-categories

or to install from the latest source tree:

pip install -e git+https://github.com/aldryn/aldryn-categories.git#egg=aldryn-categories

settings.py

In your project's settings.py make sure you have all of:

'parler',
'treebeard',
'aldryn_categories',

listed in INSTALLED_APPS.

Prepare the database and run

Now run python manage.py migrate to prepare the database for the new application, then python manage.py runserver.

For Aldryn users

On the Aldryn platform, the Addon is available from the Marketplace.

You can also install Aldryn Categories into any existing Aldryn project.