HOLISTIC CAREGIVER SERVICES LTD - DJANGO WEBSITE (WINDOWS)

1) Create and activate virtualenv:
   python -m venv venv
   venv\Scripts\activate

2) Install dependencies:
   pip install -r requirements.txt

3) Migrations:
   python manage.py makemigrations
   python manage.py migrate

4) Create admin:
   python manage.py createsuperuser

5) Run server:
   python manage.py runserver

Open:
  http://127.0.0.1:8000/
Admin:
  http://127.0.0.1:8000/admin/

NEXT (Populate content):
- Admin → Services: add services and tick "is_featured" for home page
- Admin → Testimonials
- Admin → Blog Posts
- Admin → Career Positions
