반응형
Django DIY Blog
Basic blog site written in Django (part of MDN Django module assessment)
This web application creates an very basic blog site using Django. The site allows blog authors to create text-only blogs using the Admin site, and any logged in user to add comments via a form. Any user can list all bloggers, all blogs, and detail for bloggers and blogs (including comments for each blog).
The models for this site are as shown below:
https://github.com/mdn/django-diy-blog
반응형
'프로그래밍 > Web' 카테고리의 다른 글
ASP, 날짜 비교, DateDiff 를 이용한 현재 일시 비교 (0) | 2022.01.06 |
---|---|
[HTML5] 웹에서 마이크 녹음 기능 (0) | 2021.09.07 |
textarea, placeholder에서 개행처리 - \r\n (0) | 2021.05.09 |
[WEB] 인증서 오류 - "There is a problem with this website's security certificate" when you try to visit a secured website in Internet Explorer (0) | 2021.04.23 |
네이버 클라우드 플랫폼에서 장고(Django) 개발 환경 구성 및 활용하기 (0) | 2021.04.09 |