Skip to content

sami3ullah/Portfolio-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio-Django

This app is being created with django. It's my personal project

  1. Download the zip folder
  2. extract the files
  3. cd into Portfolio-Django folder

================= Activating Virtual Environment ===============

***** for WINDOWS ***** .\portfolio-env\Scripts\activate

***** for MACOS/LINUX ***** source portfolio-env/bin/activate

================ Running the project =================

  1. migrate your database by running "python manage.py makemigrations"
  2. then run "python manage.py migrate"
  3. then runserver by "python manage.py runserver"
  4. type in browser "127.0.0.1:8000"

Congrats!!!

About

This app is being created with django. It's my personal project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published