This is a Django-based Resume I created for myself. I am releasing the full source code for the Project so that others may benefit from the code I've written.
Installation and Running
*Run the command git clone <repository-url> to have this repository locally in your computer
*Change into the new Directory
*Run the command python manage.py runserver
*Open your web browser and enter the adress of your local server (usually its http://127.0.0.1:8000 )