Skip to content

Welcome to my portfolio! Here, you'll find a collection of my projects, experiences, and skills. I've curated this site to showcase my journey and the work I'm passionate about. Whether you're here to explore my professional achievements, creative endeavors, or simply to learn more about me, I hope you enjoy what you see.

Notifications You must be signed in to change notification settings

muhammadfaizanhassan/portfolio_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

django-portfolio

Project

PortFolio developed using Django Framework (version 1.4.5). Its aim is to be able to show some of your main projects to the world easily.

Make it work

Setup your Django installation

Get the latest development version

https://github.com/FaizanHassan7/portfolio_website.git

Setup the project

  • Copy the file django-portfolio/PortFolio/PortFolio/settings.py.sample to django-portfolio/PortFolio/PortFolio/settings.py
  • Run the script generate_new_secret_key.py to generate a SECRET_KEY for the project
  • Edit settings.py

Test it, run it

For tests, you just have to run the command:

python manage.py syncdb # Generate the database
python manage.py runserver 0.0.0.0:8000 # Run the development server

For more details concerning how to run this project using an Apache server please have a look to Django Framework official documentation.

How does it look like?

homepage

dh1

homepage

df2

aboutpage

dAbout1

projectpage

project

contactpage

dcontact

About

Welcome to my portfolio! Here, you'll find a collection of my projects, experiences, and skills. I've curated this site to showcase my journey and the work I'm passionate about. Whether you're here to explore my professional achievements, creative endeavors, or simply to learn more about me, I hope you enjoy what you see.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published