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 4.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 1.0 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
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.
Updated 4 months ago