A portfolio website built using the Django framework with sections to showcase projects, skills, and contact information.
- Responsive design
- User-friendly interface
- Easy to customize
- Django
- HTML
- CSS
- JavaScript
- Clone the repository
git clone https://github.com/aishik999/django-portfolio.git
- Install dependencies
pip install -r requirements.txt
- Make changes to the codebase at
website/templates/website/index.html
- Add new sections or modify existing ones
- Update styles and scripts as needed
- Create a superuser
python manage.py createsuperuser
- Deploy
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
- Access the superuser dashboard at
http://localhost:8000/admin
- Add contents to the website
The badge link
needed in the projects can be taken from Skillicons. For example, https://skillicons.dev/icons?i=linux,postgres,py&perline=3
- Make changes to make it deployable to vercel like in production
- Ability change the order of projects