Skip to content

Creating Portfolio using Django and hosting it on Azure Virtual Machine

License

Notifications You must be signed in to change notification settings

abhi-bhatra/portfolio-building

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creating Portfolio using Django and hosting it on Azure Virtual Machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages