Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstagramClone

가상환경 생성

python -m venv venv

가상환경 실행

source ./venv/Scripts/activate

필요 package 설치

pip install -r requirements.txt

migrate 명령어로 DB 생성

python manage.py makemigrations python manage.py migrate

서버 실행

python manage.py runserver

브라우져로 접속

http://127.0.0.1:8000/main/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages