Skip to content

Basic blog site written in Django (part of MDN Django module assessment)

License

Notifications You must be signed in to change notification settings

Haleem85/django_diy_blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Django Blog Models

For more information see the associated MDN assessment page.

About

Basic blog site written in Django (part of MDN Django module assessment)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.7%
  • HTML 34.0%
  • CSS 0.3%