/portfolio-building

Creating Portfolio using Django and hosting it on Azure Virtual Machine

Primary LanguageJavaScriptApache License 2.0Apache-2.0

portfolio-django

Create your own portfolio using Django and host on Azure Virtual Machine https://github.com/abhi-bhatra/portfolio-building

Steps

C:> python -m pip install virtualenv
C:> python -m venv my_lab_2
C:> my_lab_2\Scripts\activate
C:> cd Desktop
C:> python -m pip install django pillow python-git
C:> git clone https://github.com/abhi-bhatra/portfolio-django.git
C:> cd portfolio-django
  • Open portfolio-django folder
  • Open jobs\static folder

PASTE YOUR IMAGE HERE

  • Open jobs\template folder
  • Open home.html

Change COPY YOUR TEXT HERE with you own code

  • Open detail.html

Change COPY YOUR TEXT HERE with you own code

  • Open Command Prompt and type:
C:> python manage.py makemigrations
C:> python manage.py migrate
C:> python manage.py collectstatic
C:> python manage.py createsuperuser
C:> python manage.py runserver