Skip to content

joey114132/Practice_Part1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django 공식 튜토리얼 따라하기


이 프로젝트는 Django 공식문서 튜토리얼을 기반으로 학습 목적으로 만든 웹 애플리케이션입니다.

📁 프로젝트 구조

Django_OfficialDocumentTutorial/  
├── mysite/ # Django 프로젝트 디렉토리  
├── polls/ # 튜토리얼에서 생성한 앱  
├── venv/ # (가상환경 - .gitignore에 의해 제외됨)  
├── db.sqlite3 # SQLite DB 파일  
└── .gitignore

⚙️ 개발 환경

Python 3.12.3
Django 5.2.1
가상환경: venv 사용

▶️ 실행 방법

가상환경 활성화:

source venv/bin/activate  # macOS/Linux
venv\Scripts\activate     # Windows

패키지 설치:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages