Skip to content

rynnchrs/myPersonalWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Personal Website

written in Python3 and Django

Live Demo: http:https://ryannchristopherang.pythonanywhere.com

Installation:

  1. Use virtualenv in installing libraries and dependencies.
  2. Install necessary packages using pip

To install using pip:

$ pip3 install requirements.txt
  1. Run the webserver using:

    $ python3 manage.py runserver.