Skip to content

Jebaseelanravi/Portfolio-website-using-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio-website-using-django

  • A simple personal portfolio website using django

  • This portfolio website is fully configurable or customizable

  • You can perform any CRUD operation without being able to republish the app

  • This project is developed with the motto Deploy once time; customize many time

Live Demo

https://jebaseelan.herokuapp.com/

Installation procedure

# clone the repo

$ git clone https://github.com/Jebaseelanravi/Portfolio-website-using-django.git

$ cd Portfolio-website-using-django

# install dependencies

$ pip install -r requirements.txt

# create tables

$ python manage.py migrate

$ python manage.py createsuperuser

# Launch the servers

$ python manage.py runserver

You can see your website here

Please login into Django admin site using the superuser credential and add your own projets/profile details, blogs,skills etc.

Publish the website in Heroku

You can then publish you app to heroku and share with friends

About

A simple personal portfolio website using django

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published