Skip to content

Installation

Prerequisites

  • Python: Supported Python versions
  • Django >= 3.2

How to install

To install Django Virtual Models, just do:

pip install django-virtual-models

Currently django-virtual-models depends on djangorestframework, but it's not mandatory to use it.

There's no need to add django_virtual_models to Django's INSTALLED_APPS.