Skip to content

AIGamer28100/My-Portfolio

Repository files navigation

My Portfolio Website

This my personal portfolio is build using Django and delpoyed in pythonanywhere.com

You can access my portfolio at aigamer.pythonanywhere.com

This also conatin other Django Projects that I have built, which is can be found here and also listed below -

For testing you can use the below user credentional in case of login required

Username : Demo

Email Id : demo@email.com

Password : demo@123

Utils

I have also created a python script to delpoy and reload the application in pythonanywhere

NOTE: Run the script after pushing the code to your git repository

Prerequisite

  • Account in pythonanywhere.com
  • Create a API token from settings
  • Project already setup in pythonanywhere and deloyed manually atleast once

Now Run deploy.py script using the below code

python deploy.py -u <username> -a <api_token> -d <domain> -w <absolute_path_to_git_directory_in_pythonanywhere>