This README provides an overview of the You and Your Baby 2.0 Django web application, and how to use it.
This is the repository for the You and Your Baby web application which is is a collaborative project between the University of Cape Town Honours students and the Bhabhisana Baby Project. This Django-based content delivery system has been designed to provide essential resources and support to the organization's beneficiaries.
# Create a virtual environment (recommended)
python -m venv venv
# Activate the virtual environment
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt# Start the development server
python manage.py runserver
# Access the application in your web browser at http://localhost:8000/