Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 462 Bytes

README.rst

File metadata and controls

30 lines (18 loc) · 462 Bytes

djangocms-references

Installation

Requirements

django CMS references requires that you have a django CMS 4.0 (or higher) project already running and set up.

To install

Run:

pip install djangocms-references

Add djangocms_references to your project's INSTALLED_APPS.

Run tests

Run:

pip install -r tests/requirements.txt
python setup.py test