Installation

django-headless-cms is available on the Python Package Index (PyPI), so it can be installed with standard Python tools like pip.

Installation Methods

Using pip

You can install django-headless-cms using pip:

pip install django-headless-cms

Optional dependencies for OpenAI support can be installed with:

pip install django-headless-cms[openai]

Development Version

Alternatively, you can install the git repository directly to obtain the development version:

pip install -e git+https://github.com/huynguyengl99/django-headless-cms.git#egg=django-headless-cms