You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utilized Django's powerful ORM to create and manage pet profiles with details. Implemented Data validation and CRUD operations using the Django REST framework.Implemented search filters by breed, age, size, and special needs using Django templates and forms.
clone the repo and type the below commands to run the application
cd wisdompets
python -m pip install Pillow ( If error occurs)
python manage.py runserver
About
Utilized Django's powerful ORM to create and manage pet profiles with details. Implemented Data validation and CRUD operations using the Django REST framework.Implemented search filters by breed, age, size, and special needs using Django templates and forms.