- python version 3.7.16
- pip list
Package Version
asgiref 3.7.2
Django 3.2.20
mod-wsgi 4.9.4
pip 23.2.1
pytz 2023.3
setuptools 65.5.1
sqlparse 0.4.4
typing_extensions 4.7.1
uWSGI 2.0.22
wheel 0.38.4
- 'mysite/settings.py' 수정
- ALLOWED_HOST 변수 수정
- STATIC_ROOT 변수 추가
$ python manage.py collectstatic
- apache(httpd) 설정 파일 수정
- 위치: /usr/local/etc/httpd/httpd.conf
- 참고: 'docs/config_apache.txt'
- 위치: /usr/local/etc/httpd/httpd.conf
- nginx 설정 파일 수정
- 위치: /usr/local/etc/nginx/nginx.conf
- 참고: 'docs/config_nginx.txt'
- 위치: /usr/local/etc/nginx/nginx.conf