[python]Django 와 bootstrap 연동 (interact bootstrap with Django)
Django 설치 후, Bootstrap 연동에 대해서 posting 하겠습니다. 1. Bootstrap Template Download startbootstrap.com/theme/freelancer/ 2. copy Bootstrap file to app folder Project > App 을 구성했으면, App의 하위 directory 에 static / templates folder를 생성함. 3. bootstrap 의 index.html을 templates 에 copy 함. 나머지 assets/css/js 는 static 하위에 copy 함. 4. Project > settings.py INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.au..
Dev/python
2021. 3. 9. 16:20