Skip to content

A blog application to share and read news and control access permissions

Notifications You must be signed in to change notification settings

kanugurajesh/Django-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django News

The demo link := Django News Demo

Setup

  1. Setup the python environment with command python -m venv env
  2. Switch to the python environment with the command source env/bin/activate
  3. Install all the python modules with the command pip install -r requirements.txt
  4. Run the server with the command python manage.py runserver

Sign-Up Page

Screenshot 2023-07-28 190220

Sign-In Page

Screenshot 2023-07-28 190214

Logged-In Page

Screenshot 2023-07-28 190555

Posts

Screenshot 2023-07-28 191225

Creating, Editing And Deleting Posts

videoplayback

Root User

  1. username:=kanugu
  2. password:=vikram@108

News Section

Screenshot 2023-07-28 192714

News Section When Click On A News

Screenshot 2023-07-28 192855

Working Of News Section

newsplayback

KeyFeatures Of The Blog

  1. Only the superuser has the permission to give users permissions whether they can add blogs or view them
  2. The SuperUser Can delete any blogs and can edit any blogs

About

A blog application to share and read news and control access permissions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published