Skip to content

tusher16/My-portfolio-project

Repository files navigation

My portfolio project website using django

Full Blog on this Medium tutorial Live at: https://www.tusher16.com

Getting Started

  1. Copy the requirements.txt file to a requirements.txt file

  2. Config the Database section

  3. Install dependencies

    pip install -r requirements.txt
  4. Database migration

    python3 manage.py makemigrations
    
    python3 manage.py migrate
  5. Start it up

    python3 manage.py runserver

need to create superuser and add data to our database.

About

This is my portfolio website using django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published