Skip to content

A simple Django blogging app with public post creation/editing

Notifications You must be signed in to change notification settings

landonjmitchell/blog_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Django Blog App

A simple Django blogging app with public post creation/editing

Requirements:

Features:

  • Create new posts with Title/Content
  • View list of all posts
  • View complete post details
  • Edit current posts
  • Most recent post featured in sidebar
  • No auth/permissions required to post/edit

Deleting Posts:

  • Use /admin
  • Username/Password available on request

Manually Tested Functionality:

  • Create new post
  • Validate form fields:
    • All fields entered
    • Title is unique
    • Long titles truncated
  • Edit post title and content
  • Screen size responsive display

About

A simple Django blogging app with public post creation/editing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published