Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.67 KB

README.md

File metadata and controls

60 lines (33 loc) · 1.67 KB

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