A modern, responsive portfolio built with Django, HTML, CSS, and JavaScript that showcases projects, skills, education, and certifications. It includes a dynamic Django admin panel, contact form with email integration, and a clean UI with light/dark mode and smooth animations.
git clone <repo-url>
cd CV
python -m venv venv
# Activate virtual environment
venv\Scripts\activate # Windows
# source venv/bin/activate # macOS/Linux
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver