/django-blog

Blog web application in Django

Primary LanguagePythonMIT LicenseMIT

Django-blog

Blog web application in Django

Features

  • Login
  • Add new post
  • Edit published posts
  • Draft posts
  • Comment Section
  • Front page

    Screenshot 2019-06-24 at 10 03 50 PM

    After Login

    Screenshot 2019-06-24 at 10 04 02 PM

    Add new post

    Screenshot 2019-06-24 at 10 04 10 PM

    Add Comment

    Screenshot 2019-06-24 at 10 13 19 PM

    Comment Section

    Screenshot 2019-06-24 at 10 13 09 PM

    and many more ...

    Release History

    • 0.0.1

      • Full stack Blog with Posts, Comment, Add post, Edit Post, Draft, Login, Managing comments and Post.

    Meta

    Sahil Rajput – sahil.rajput.0196@gmail.com

    Distributed under the MIT license. See LICENSE for more information.

    Contributing

    1. Fork it (https://github.com/sahil-rajput/django-blog/fork)
    2. Create your feature branch (git checkout -b feature/fooBar)
    3. Commit your changes (git commit -am 'Add some fooBar')
    4. Push to the branch (git push origin feature/fooBar)
    5. Create a new Pull Request