The demo link := Django News Demo
- Setup the python environment with command
python -m venv env
- Switch to the python environment with the command
source env/bin/activate
- Install all the python modules with the command
pip install -r requirements.txt
- Run the server with the command
python manage.py runserver
- username:=
kanugu
- password:=
vikram@108
- Only the superuser has the permission to give users permissions whether they can add blogs or view them
- The SuperUser Can delete any blogs and can edit any blogs