my django
1.0.0
Django Framework에서 구축 한 웹 응용 프로그램 내 웹 사이트를 방문하십시오
내 프로젝트에는 몇 가지 기술이 사용되었습니다
설치는 패키지가 필요합니다
pip install -r requirements.txt
컴퓨터에 클론 프로젝트
git clone https://github.com/t7hm1/My-django-project.git
프로젝트를 마이그레이션하십시오
python3 manage.py migrate
로컬 호스트에서 서버를 실행하십시오
python3 manage.py runserver