Skip to content

paritoshtripathi935/Portfolio

Repository files navigation

Personal Portfolio

A Personal Portfolio Website built using Django

⭐ Star us on GitHub — it helps!

Python contributions welcome MIT License LinkedIn

🚀  Installation

Clone the repo

$ git clone https://github.com/paritoshtripathi935/Portfolio.git

Make a Virtual Environment

$ python3 -m venv venv

Activate virtual Envirnoment

$ source venv/bin/activate

Install Requirenments

$ pip install -r requirements.txt

💡 Working

Create a Django Project

$ python manage.py startproject personal_portfolio

Start a app

Here we will be putting our main code.

$ python manage.py startapp Portfolio

Deployment

This website has been deployed using heroku. 1 - Add a .gitignore file for Django, Python and Vscode(for me). 2 - Run below command and save a requirements file.

$ pip freeze requirements.txt

3 - Add a procfile like a above.

4 - change debug = False.

5 - After deploying run below in heroku bash

$ python3 manage.py migrate

For more Refer to this notion page -

Documentation

I used these resources -

django Gosting Setup Django

Releases

No releases published

Packages

No packages published