Skip to content

guramrit2002/Buggsbunny-the-blogging-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUGGSBUNNY

Blogging site developed using django and default database dbsqlite3 with CRUD operations on blogs and django authentication and authorization of user.

This Project includes two django applications:

  • User
  • Blog

Pakages used :

  • Django==4.1.7
    • pip install django
  • django-ckeditor==6.5.1
    • pip install django-ckeditor
  • django-crispy-forms==2.0
    • pip install django-crispy-forms
  • Pillow==9.4.0
    • pip install Pillow
  • python-decouple==3.8
    • pip install python-decouple

Blog

This app carries followig functionalities :

  • Posting Blog
  • List view for Blog
  • Viewing detail view of Blogs
  • Posted blogs with delete and edit options
  • Searching of blogs

User

This app carries followig functionalities :

About

general blog site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published