Skip to content

anushkasingh98/personal-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Create a Pic sharing Website for Friends

Set Up

Install VENV

pip3 install virtualenv
virtualenv venv

Install Packages

source venv/bin/activate
pip3 install <package-name>
pip3 install django
deactivate

Start Project

django-admin startproject personal_portfolio
python3 manage.py runserver
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py startapp blog
python3 manage.py startapp mainpage
python3 manage.py startapp portfolio

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published