Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

This is my portfolio website using django.

Notifications You must be signed in to change notification settings

deekshith-rj/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

Languages

  • JavaScript 57.9%
  • CSS 25.5%
  • HTML 8.6%
  • Python 8.0%