From 263a0b1d08ac624ca9ec9b474b588340e01cbef6 Mon Sep 17 00:00:00 2001 From: Shrihari Mundlik <104461330+Hridi610@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:43:56 +0530 Subject: [PATCH 1/2] Create README.md Just added a basic README.md for more details --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..22603d8 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Django Personal Portfolio + +## Overview + +Django-based personal portfolio template to showcase your skills, projects, and experiences professionally. + +## Features + +- **Project Showcase:** Display projects with images, descriptions, and links. +- **Skills Section:** Highlight your skills and expertise. +- **Contact Form:** Enable easy communication with visitors. +- **Responsive Design:** Seamless experience across devices. + +## Getting Started + +1. **Clone the Repository:** + ```bash + https://github.com/zappycode/django3-personal-portfolio.git + +Feel free to customize this README further based on your specific project details and preferences. Good luck with your personal portfolio. From 746da22f3fddb6005621660b8c768f07a69ec4d9 Mon Sep 17 00:00:00 2001 From: Shrihari Mundlik <104461330+Hridi610@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:27:10 +0530 Subject: [PATCH 2/2] Update README.md This showcases and explains details about this project to the viewers --- README.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22603d8..608df7c 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,51 @@ Django-based personal portfolio template to showcase your skills, projects, and ```bash https://github.com/zappycode/django3-personal-portfolio.git -Feel free to customize this README further based on your specific project details and preferences. Good luck with your personal portfolio. +2. **Navigate to the Project Directory:** + ```bash + cd django-personal-portfolio + +3. **Install Dependencies:** + ```bash + pip install -r requirements.txt + +4. **Run Migrations:** + ```bash + python manage.py migrate + +5. **Create Superuser:** + ```bash + python manage.py createsuperuser + +6. **Run the Development Server:** + ```bash + python manage.py runserver + +7. **Access the Admin Panel:** +- Go to http://127.0.0.1:8000/admin/ and log in with the superuser credentials to add your projects and update your information. + +9. **Access the Portfolio:** +- Visit http://127.0.0.1:8000/ to see your personal portfolio. + +## Customization +### Update Personal Information: +- Edit your information in the admin panel (http://127.0.0.1:8000/admin/) under the "Personal Information" section. + +### Add Projects: +- In the admin panel, go to "Projects" to add, edit, or remove projects. + +### Modify Skills: +- Update your skills in the admin panel under the "Skills" section. + +### Change Theme: +- Customize the HTML, CSS, and JavaScript files in the templates and static directories to suit your preferred theme. + +## Contribution +Contributions are welcome! If you have ideas for improvements or new features, feel free to open an issue or submit a pull request. + +## Acknowledgments +This project was inspired by the need for a simple and customizable personal portfolio template. +Feel free to customize this README further based on your specific project details and preferences. Good luck with your personal portfolio! + + +