Skip to content

This is a blog made with django framework as backend.

Notifications You must be signed in to change notification settings

cyogian/my-first-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project follows the Django Girls Tutorial.

Features:

1. Create Posts:

  • Save as Draft
  • Save & Publish.

2. Published Post List:

  • Visiblity: Public

3. Draft List:

  • Visiblity: Author Only

4. Post Detail:

  • Visibility:

    1. Public if published.
    2. Author Only if Draft.
  • Editable

  • Removable

5. Single Level Comment Section on Posts:

  • Visiblity:

    1. Public if approved by the author of the Post.

    2. Visible to author of the post as well as author of the comment even if not approved.

  • Deletion:

    1. Can be removed by the commentor.

    2. Can be removed by the author of the Post if not approved.

6. Register New User:

  • Only registered user can create a post or add a comment.

Note:

  • Nothing special has been done at the frontend. Because it is simple project for beginners at Backend Development.
  • Planning to add a WysiWyg Editor for post creation.
  • Planning to add author profile.
  • Planning to add image insertion feature to the posts.

About

This is a blog made with django framework as backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published