프로그래밍/Web
Django DIY Blog
홍반장水_
2021. 6. 7. 15:00
반응형
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
mdn/django-diy-blog
Basic blog site written in Django (part of MDN Django module assessment). - mdn/django-diy-blog
github.com
반응형