https://github.com/programmerhasan/django-personal-website
Portfolio website with Django on a backend
https://github.com/programmerhasan/django-personal-website
Last synced: 8 months ago
JSON representation
Portfolio website with Django on a backend
- Host: GitHub
- URL: https://github.com/programmerhasan/django-personal-website
- Owner: ProgrammerHasan
- Created: 2020-06-01T01:52:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T23:11:54.000Z (over 4 years ago)
- Last Synced: 2025-04-02T04:18:15.424Z (11 months ago)
- Language: HTML
- Homepage: http://mehedihasan.dev
- Size: 10.9 MB
- Stars: 9
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Django-personal-website
Portfolio website with Django on a backend http://mehedihasan.dev
This is a Django-based personal website I created for myself. The current theme from my previous portfolio website. I am releasing the full source code for the site so that others may benefit from the code I've written.
# Installation and Running
Run the command git clone 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 )