[Django API] homepage
[Homepage APP 설치]
cd
cd [project]
[Bootstrap4 Template 설치]
HTML, scss, css, js, img, font 설치 (Education Template)
project/homepage/templates/homepage/education/
*.html
project/homepage/static/homepage/
css
scss
js
images
font
[base.html 작성]
base.html
[*.html Template 작성]
template.html
[models.py 생성]
models.py
[admin.py 생성]
admin.py
[views.py 생성]
views.py
[urls.py 생성]
urls.py
[*.html 생성]
index.html
cd
cd [project]
python manage.py startapp homepage
HTML, scss, css, js, img, font 설치 (Education Template)
project/homepage/templates/homepage/education/
*.html
project/homepage/static/homepage/
css
scss
js
images
font
[base.html 작성]
base.html
[*.html Template 작성]
template.html
[models.py 생성]
models.py
[admin.py 생성]
admin.py
[views.py 생성]
views.py
[urls.py 생성]
urls.py
[*.html 생성]
index.html
댓글
댓글 쓰기