디지털스마트부산 동의대학교 홈페이지
db.sqlite3 파일이 .gitignore에 등록되어 올라가지 않았음
git clone https://github.com/915-Lab/DsbHomePage.git
방화벽 포트 9091 오픈하기
DsbHomePage\homePage까지 가면 manage.py가 있음
python version : 3.10.11
pip install django==4.2.9
pip install pillow==10.2.0
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
python manage.py runserver 0.0.0.0:9091