Installation

How to install Django Ninja CRUD

πŸ‘€ Prerequisites

Before installing the django-ninja-crud package, please ensure you have the following dependencies installed:

  • Python: This package requires Python version 3.8 or higher. If you need to install or upgrade Python, you can do so from the official Python website.
  • Django: This package requires Django version 3.2 or higher. If you need to install or upgrade Django, you can use the following command:
  • pip install --upgrade django
    
  • Django Ninja: This package requires Django Ninja version 0.21 or higher. If you need to install or upgrade Django Ninja, you can use the following command:
  • pip install --upgrade django-ninja
    

πŸ₯· Installing django-ninja-crud

Once you have the prerequisites installed, you can install django-ninja-crud using pip:

pip install django-ninja-crud

If you encounter any issues during the installation process, please contact us.