Personal-Portfolio-Django
Personal-Portfolio-Django copied to clipboard
A Django based personal portfolio website
My Personal Portfolio
A Django based personal portfolio website.
Requirements (that shall be installed in your system)
- Git
- virtualenv
- Python
Run On Your Machine?
- Firstly, clone the repository using the git shell
- $ git clone https://github.com/mehulk05/My-Personal-Portfolio.git
- Goto the base directory of the project
- cd portfolio
- Create a virtual environment and activate it.
- $ virtualenv venv
- $ venv\Scripts\activate on Windows or $ source venv/bin/activate on Posix system
- Install the requirements for the project
- $ pip install -r requirements.txt
- Now start the localhost server
- $ python manage.py runserver