Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- GIT
- queryset
- pythonanywhere
- pyhcarm
- advColumnGrid
- 중복제거
- c#
- 백준
- declare
- Push
- rank
- Django
- dbadvgrid
- PyCharm
- HTML
- MSSQL
- 델파이
- github
- blog
- delphi 10.3
- hackerrank
- Visual Studio
- templates
- COMMIT
- TMS
- get_object_or_404
- anaconda3
- Delphi
- python3
- python 3.7
Archives
- Today
- Total
목록font (1)
DevHyun

장고걸스 코치들과 자원봉사자들의 수고로 번역된 글을 참고하였습니다. tutorial.djangogirls.org/ko CSS(Cascading Style Sheets)는 HTML와 같이 마크업언어(Markup Language)로 작성된 웹사이트의 외관을 꾸미기 위해 사용되는 언어입니다. 1. bootstrap 사용! * Bootstrap : 웹사이트를 쉽게 만들 수 있게 도와주는 HTML, CSS, JS 프레임워크. * Blog/templates/blog/post_list.html DevHyun's Blog {% for post in posts %} published: {{ post.published_date }} {{ post.title }} {{ post.text|linebreaksbr }} {% e..
Web/Django&Python Blog Projecct
2020. 10. 19. 17:49