Installation
django-model-magic can be installed using pip or by cloning the repository from GitHub.
Installation via pip
To install django-model-magic using pip, run the following command:
pip install django-model-magic
Installation from GitHub
You can also install django-model-magic by cloning the repository from GitHub. Follow these steps:
Clone the repository to your local machine:
git clone https://github.com/Godfrey-Ndungu/django-model-magic.git
Navigate to the cloned directory:
cd django-model-magic
Install the package using pip:
pip install .