A Django-based web application to manage personal profiles, user authentication, and a simple portfolio homepage.
- User Registration and Login
- Role-based user management
- Profile Picture upload
- Clean and responsive homepage
- Django admin integration
- SQLite for quick development
git clone https://github.com/yourusername/personal_portfolio.git
cd personal_portfolio/personal_portfolio
python -m venv env
source env/bin/activate # On Windows use `env\Scripts\activate`
pip install -r requirements.txt
(If requirements.txt
is missing, install manually:)
pip install django
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Now visit: http://127.0.0.1:8000/
- Python 3
- Django 4.x
- HTML, CSS (inside templates)
- SQLite
This project is licensed under the MIT License.
This is my personal portfolio project
- Name: Vedant Thate
- Email: vedantthate19@gmail.com
- University: Savitribai Phule Pune University
- Github: @vedantthate
- LinkedIn: VedantThate
- Live Host: https://myportfoliov.pythonanywhere.com/