/python-django-blogging-app

A Django application to enhance your blogging experience.

Primary LanguagePython

Python-Django-Blogging-App

django


App Overview

  • The Blogging app lets you draft a post that even supports markdown language which lets you embed code inside your blog post.

  • The app lets you comment on posts without logging in; comments which can later be approved/declined by the administrator.

  • Any activity involving C.R.U.D functionality will require the user to either login or signup.

  • The posts drafted by the author is staged in the drafts section and is posted only when the user chooses to publish them.