Skip to content

AnindoTonoy/django-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple portfolio app with blog and contact feature

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published