Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 864 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 864 Bytes

django-portfolio

Portfolio Project Build with Django 3.1

Prerequisites

python== 3.8 or up and django==3.1

Run

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

To use admin panel you need to create super user using this command

python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Project snapshot

Home page

screencapture-127-0-0-1-8000-2020-08-30-13_26_20

Contact page

screencapture-127-0-0-1-8000-contact-2020-08-30-13_26_41